Uses of Interface
org.cdk8s.plus22.IConfigMap
-
-
Uses of IConfigMap in org.cdk8s.plus22
Subinterfaces of IConfigMap in org.cdk8s.plus22 Modifier and Type Interface Description static interfaceIConfigMap.Jsii$DefaultInternal default implementation forIConfigMap.Classes in org.cdk8s.plus22 that implement IConfigMap Modifier and Type Class Description classConfigMapConfigMap holds configuration data for pods to consume.static classIConfigMap.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in org.cdk8s.plus22 that return IConfigMap Modifier and Type Method Description static IConfigMapConfigMap. fromConfigMapName(software.constructs.Construct scope, String id, String name)Represents a ConfigMap created elsewhere.Methods in org.cdk8s.plus22 with parameters of type IConfigMap Modifier and Type Method Description static EnvFromEnv. fromConfigMap(IConfigMap configMap)Selects a ConfigMap to populate the environment variables with.static EnvFromEnv. fromConfigMap(IConfigMap configMap, String prefix)Selects a ConfigMap to populate the environment variables with.static EnvValueEnvValue. fromConfigMap(IConfigMap configMap, String key)Create a value by reading a specific key inside a config map.static EnvValueEnvValue. fromConfigMap(IConfigMap configMap, String key, EnvValueFromConfigMapOptions options)Create a value by reading a specific key inside a config map.static VolumeVolume. fromConfigMap(software.constructs.Construct scope, String id, IConfigMap configMap)Populate the volume from a ConfigMap.static VolumeVolume. fromConfigMap(software.constructs.Construct scope, String id, IConfigMap configMap, ConfigMapVolumeOptions options)Populate the volume from a ConfigMap.Constructors in org.cdk8s.plus22 with parameters of type IConfigMap Constructor Description EnvFrom(IConfigMap configMap)EnvFrom(IConfigMap configMap, String prefix)EnvFrom(IConfigMap configMap, String prefix, ISecret sec)
-