| 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() |
Copyright © 2021. All rights reserved.