VolumeMount interface
The properties of the volume mount.
Properties
mount |
The path within the container where the volume should be mounted. Must not contain colon (:). |
name | The name of the volume mount. |
read |
The flag indicating whether the volume mount is read-only. |
Property Details
mountPath
The path within the container where the volume should be mounted. Must not contain colon (:).
mountPath: string
Property Value
string
name
The name of the volume mount.
name: string
Property Value
string
readOnly
The flag indicating whether the volume mount is read-only.
readOnly?: boolean
Property Value
boolean