Class V1ConfigMapEnvSource

java.lang.Object
io.kubernetes.client.openapi.models.V1ConfigMapEnvSource

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-18T15:05:57.863601Z[Etc/UTC]") public class V1ConfigMapEnvSource extends Object
ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.
  • Field Details

  • Constructor Details

    • V1ConfigMapEnvSource

      public V1ConfigMapEnvSource()
  • Method Details