Package org.cdk8s.plus25.k8s
Interface ConfigMapEnvSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ConfigMapEnvSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.475Z") @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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigMapEnvSource.BuilderA builder forConfigMapEnvSourcestatic classConfigMapEnvSource.Jsii$ProxyAn implementation forConfigMapEnvSource
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ConfigMapEnvSource.Builderbuilder()default StringgetName()Name of the referent.default BooleangetOptional()Specify whether the ConfigMap must be defined.
-
-
-
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.
-
builder
@Stability(Stable) static ConfigMapEnvSource.Builder builder()
- Returns:
- a
ConfigMapEnvSource.BuilderofConfigMapEnvSource
-
-