Uses of Class
org.cdk8s.plus24.MountOptions.Builder
-
-
Uses of MountOptions.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return MountOptions.Builder Modifier and Type Method Description static MountOptions.BuilderMountOptions. builder()MountOptions.BuilderMountOptions.Builder. propagation(MountPropagation propagation)Sets the value ofMountOptions.getPropagation()MountOptions.BuilderMountOptions.Builder. readOnly(Boolean readOnly)Sets the value ofMountOptions.getReadOnly()MountOptions.BuilderMountOptions.Builder. subPath(String subPath)Sets the value ofMountOptions.getSubPath()MountOptions.BuilderMountOptions.Builder. subPathExpr(String subPathExpr)Sets the value ofMountOptions.getSubPathExpr()Constructors in org.cdk8s.plus24 with parameters of type MountOptions.Builder Constructor Description Jsii$Proxy(MountOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theMountOptions.Builder.
-