@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-21T06:58:44.707Z") @Stability(value=Experimental) public interface VolumeMount extends software.amazon.jsii.JsiiSerializable, MountOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
VolumeMount.Builder
A builder for
VolumeMount |
static class |
VolumeMount.Jsii$Proxy
An implementation for
VolumeMount |
| Modifier and Type | Method and Description |
|---|---|
static VolumeMount.Builder |
builder() |
String |
getPath()
(experimental) Path within the container at which the volume should be mounted.
|
Volume |
getVolume()
(experimental) The volume to mount.
|
getPropagation, getReadOnly, getSubPath, getSubPathExpr@Stability(value=Experimental) @NotNull String getPath()
Must not contain ':'.
@Stability(value=Experimental) @NotNull Volume getVolume()
@Stability(value=Experimental) static VolumeMount.Builder builder()
builder in interface MountOptionsVolumeMount.Builder of VolumeMountCopyright © 2020. All rights reserved.