Uses of Interface
org.cdk8s.plus20.IConfigMap
-
-
Uses of IConfigMap in org.cdk8s.plus20
Subinterfaces of IConfigMap in org.cdk8s.plus20 Modifier and Type Interface Description static interfaceIConfigMap.Jsii$DefaultInternal default implementation forIConfigMap.Classes in org.cdk8s.plus20 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.plus20 that return IConfigMap Modifier and Type Method Description static IConfigMapConfigMap. fromConfigMapName(String name)Represents a ConfigMap created elsewhere.Methods in org.cdk8s.plus20 with parameters of type IConfigMap Modifier and Type Method Description 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(IConfigMap configMap)Populate the volume from a ConfigMap.static VolumeVolume. fromConfigMap(IConfigMap configMap, ConfigMapVolumeOptions options)Populate the volume from a ConfigMap.
-