public static interface EksContainerVolumeMount.Builder extends SdkPojo, CopyableBuilder<EksContainerVolumeMount.Builder,EksContainerVolumeMount>
| Modifier and Type | Method and Description |
|---|---|
EksContainerVolumeMount.Builder |
mountPath(String mountPath)
The path on the container where the volume is mounted.
|
EksContainerVolumeMount.Builder |
name(String name)
The name the volume mount.
|
EksContainerVolumeMount.Builder |
readOnly(Boolean readOnly)
If this value is
true, the container has read-only access to the volume. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEksContainerVolumeMount.Builder name(String name)
The name the volume mount. This must match the name of one of the volumes in the pod.
name - The name the volume mount. This must match the name of one of the volumes in the pod.EksContainerVolumeMount.Builder mountPath(String mountPath)
The path on the container where the volume is mounted.
mountPath - The path on the container where the volume is mounted.EksContainerVolumeMount.Builder readOnly(Boolean readOnly)
If this value is true, the container has read-only access to the volume. Otherwise, the
container can write to the volume. The default value is false.
readOnly - If this value is true, the container has read-only access to the volume. Otherwise, the
container can write to the volume. The default value is false.Copyright © 2023. All rights reserved.