Uses of Interface
org.cdk8s.plus25.ConfigMapVolumeOptions
-
Packages that use ConfigMapVolumeOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ConfigMapVolumeOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement ConfigMapVolumeOptions Modifier and Type Class Description static classConfigMapVolumeOptions.Jsii$ProxyAn implementation forConfigMapVolumeOptionsMethods in org.cdk8s.plus25 that return ConfigMapVolumeOptions Modifier and Type Method Description ConfigMapVolumeOptionsConfigMapVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 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.
-