Uses of Class
org.cdk8s.plus25.k8s.VolumeMount.Builder
-
Packages that use VolumeMount.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of VolumeMount.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return VolumeMount.Builder Modifier and Type Method Description static VolumeMount.BuilderVolumeMount. builder()VolumeMount.BuilderVolumeMount.Builder. mountPath(String mountPath)Sets the value ofVolumeMount.getMountPath()VolumeMount.BuilderVolumeMount.Builder. mountPropagation(String mountPropagation)Sets the value ofVolumeMount.getMountPropagation()VolumeMount.BuilderVolumeMount.Builder. name(String name)Sets the value ofVolumeMount.getName()VolumeMount.BuilderVolumeMount.Builder. readOnly(Boolean readOnly)Sets the value ofVolumeMount.getReadOnly()VolumeMount.BuilderVolumeMount.Builder. subPath(String subPath)Sets the value ofVolumeMount.getSubPath()VolumeMount.BuilderVolumeMount.Builder. subPathExpr(String subPathExpr)Sets the value ofVolumeMount.getSubPathExpr()Constructors in org.cdk8s.plus25.k8s 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.
-