| Modifier and Type | Method and Description |
|---|---|
static VolumeMount.Builder |
VolumeMount.builder() |
VolumeMount.Builder |
VolumeMount.Builder.path(String path)
Sets the value of
VolumeMount.getPath() |
VolumeMount.Builder |
VolumeMount.Builder.propagation(MountPropagation propagation)
Sets the value of
MountOptions.getPropagation() |
VolumeMount.Builder |
VolumeMount.Builder.readOnly(Boolean readOnly)
Sets the value of
MountOptions.getReadOnly() |
VolumeMount.Builder |
VolumeMount.Builder.subPath(String subPath)
Sets the value of
MountOptions.getSubPath() |
VolumeMount.Builder |
VolumeMount.Builder.subPathExpr(String subPathExpr)
Sets the value of
MountOptions.getSubPathExpr() |
VolumeMount.Builder |
VolumeMount.Builder.volume(Volume volume)
Sets the value of
VolumeMount.getVolume() |
| Constructor and Description |
|---|
Jsii$Proxy(VolumeMount.Builder builder)
Constructor that initializes the object based on literal property values passed by the
VolumeMount.Builder. |
Copyright © 2021. All rights reserved.