Uses of Class
org.cdk8s.plus24.VolumeMount.Builder
-
Packages that use VolumeMount.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of VolumeMount.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return VolumeMount.Builder Modifier and Type Method Description static VolumeMount.Builder
VolumeMount. builder()
VolumeMount.Builder
VolumeMount.Builder. path(String path)
Sets the value ofVolumeMount.getPath()
VolumeMount.Builder
VolumeMount.Builder. propagation(MountPropagation propagation)
Sets the value ofMountOptions.getPropagation()
VolumeMount.Builder
VolumeMount.Builder. readOnly(Boolean readOnly)
Sets the value ofMountOptions.getReadOnly()
VolumeMount.Builder
VolumeMount.Builder. subPath(String subPath)
Sets the value ofMountOptions.getSubPath()
VolumeMount.Builder
VolumeMount.Builder. subPathExpr(String subPathExpr)
Sets the value ofMountOptions.getSubPathExpr()
VolumeMount.Builder
VolumeMount.Builder. volume(Volume volume)
Sets the value ofVolumeMount.getVolume()
Constructors in org.cdk8s.plus24 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
.
-