Uses of Class
org.cdk8s.plus25.k8s.ConfigMapVolumeSource.Builder
-
Packages that use ConfigMapVolumeSource.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of ConfigMapVolumeSource.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return ConfigMapVolumeSource.Builder Modifier and Type Method Description static ConfigMapVolumeSource.BuilderConfigMapVolumeSource. builder()ConfigMapVolumeSource.BuilderConfigMapVolumeSource.Builder. defaultMode(Number defaultMode)Sets the value ofConfigMapVolumeSource.getDefaultMode()ConfigMapVolumeSource.BuilderConfigMapVolumeSource.Builder. items(List<? extends KeyToPath> items)Sets the value ofConfigMapVolumeSource.getItems()ConfigMapVolumeSource.BuilderConfigMapVolumeSource.Builder. name(String name)Sets the value ofConfigMapVolumeSource.getName()ConfigMapVolumeSource.BuilderConfigMapVolumeSource.Builder. optional(Boolean optional)Sets the value ofConfigMapVolumeSource.getOptional()Constructors in org.cdk8s.plus25.k8s with parameters of type ConfigMapVolumeSource.Builder Constructor Description Jsii$Proxy(ConfigMapVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theConfigMapVolumeSource.Builder.
-