@Generated(value="jsii-pacmak/1.43.0 (build b69a797)", date="2021-11-09T00:21:33.878Z") @Stability(value=Stable) 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()
Path within the container at which the volume should be mounted.
|
Volume |
getVolume()
The volume to mount.
|
getPropagation, getReadOnly, getSubPath, getSubPathExpr@Stability(value=Stable) @NotNull String getPath()
Must not contain ':'.
@Stability(value=Stable) @NotNull Volume getVolume()
@Stability(value=Stable) static VolumeMount.Builder builder()
builder in interface MountOptionsVolumeMount.Builder of VolumeMountCopyright © 2021. All rights reserved.