Uses of Class
org.cdk8s.plus25.VolumeMount.Builder
-
Packages that use VolumeMount.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of VolumeMount.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return VolumeMount.Builder Modifier and Type Method Description static VolumeMount.BuilderVolumeMount. builder()VolumeMount.BuilderVolumeMount.Builder. path(String path)Sets the value ofVolumeMount.getPath()VolumeMount.BuilderVolumeMount.Builder. propagation(MountPropagation propagation)Sets the value ofMountOptions.getPropagation()VolumeMount.BuilderVolumeMount.Builder. readOnly(Boolean readOnly)Sets the value ofMountOptions.getReadOnly()VolumeMount.BuilderVolumeMount.Builder. subPath(String subPath)Sets the value ofMountOptions.getSubPath()VolumeMount.BuilderVolumeMount.Builder. subPathExpr(String subPathExpr)Sets the value ofMountOptions.getSubPathExpr()VolumeMount.BuilderVolumeMount.Builder. volume(Volume volume)Sets the value ofVolumeMount.getVolume()Constructors in org.cdk8s.plus25 with parameters of type VolumeMount.Builder Constructor Description Jsii$Proxy(VolumeMount.Builder builder)Constructor that initializes the object based on literal property values passed by theVolumeMount.Builder.
-