Uses of Interface
org.cdk8s.plus22.ConfigMapVolumeOptions
-
-
Uses of ConfigMapVolumeOptions in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement ConfigMapVolumeOptions Modifier and Type Class Description static classConfigMapVolumeOptions.Jsii$ProxyAn implementation forConfigMapVolumeOptionsMethods in org.cdk8s.plus22 that return ConfigMapVolumeOptions Modifier and Type Method Description ConfigMapVolumeOptionsConfigMapVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 with parameters of type ConfigMapVolumeOptions Modifier and Type Method Description static VolumeVolume. fromConfigMap(software.constructs.Construct scope, String id, IConfigMap configMap, ConfigMapVolumeOptions options)Populate the volume from a ConfigMap.
-