Interface ConfigMapEnvSource

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ConfigMapEnvSource.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.69.0 (build f656c31)",
               date="2022-10-15T03:08:35.237Z")
    @Stability(Stable)
    public interface ConfigMapEnvSource
    extends software.amazon.jsii.JsiiSerializable
    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.

    • Method Detail

      • getName

        @Stability(Stable)
        @Nullable
        default String getName()
        Name of the referent.

        More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

      • getOptional

        @Stability(Stable)
        @Nullable
        default Boolean getOptional()
        Specify whether the ConfigMap must be defined.