Uses of Interface
org.cdk8s.plus25.k8s.ConfigMapVolumeSource
-
Packages that use ConfigMapVolumeSource Package Description org.cdk8s.plus25.k8s -
-
Uses of ConfigMapVolumeSource in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement ConfigMapVolumeSource Modifier and Type Class Description static classConfigMapVolumeSource.Jsii$ProxyAn implementation forConfigMapVolumeSourceMethods in org.cdk8s.plus25.k8s that return ConfigMapVolumeSource Modifier and Type Method Description ConfigMapVolumeSourceConfigMapVolumeSource.Builder. build()Builds the configured instance.default ConfigMapVolumeSourceVolume. getConfigMap()configMap represents a configMap that should populate this volume.ConfigMapVolumeSourceVolume.Jsii$Proxy. getConfigMap()Methods in org.cdk8s.plus25.k8s with parameters of type ConfigMapVolumeSource Modifier and Type Method Description Volume.BuilderVolume.Builder. configMap(ConfigMapVolumeSource configMap)Sets the value ofVolume.getConfigMap()
-