public static interface VolumeMount.Builder extends SdkPojo, CopyableBuilder<VolumeMount.Builder,VolumeMount>
| Modifier and Type | Method and Description |
|---|---|
VolumeMount.Builder |
mountPath(String mountPath)
The path in the container at which the volume should be mounted.
|
VolumeMount.Builder |
name(String name)
The name of the volume.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVolumeMount.Builder name(String name)
The name of the volume.
name - The name of the volume.VolumeMount.Builder mountPath(String mountPath)
The path in the container at which the volume should be mounted.
mountPath - The path in the container at which the volume should be mounted.Copyright © 2023. All rights reserved.