kubernetes v1.34
ContainerStatus.volumeMounts
VolumeMountStatus shows status of volume mounts.
| Field / Type | Description |
|---|---|
mountPath | MountPath corresponds to the original VolumeMount. |
name | Name corresponds to the name of the original VolumeMount. |
readOnly | ReadOnly corresponds to the original VolumeMount. |
recursiveReadOnly | RecursiveReadOnly must be set to Disabled, Enabled, or unspecified (for non-readonly mounts). An IfPossible value in the original VolumeMount must be translated to Disabled or Enabled, depending on the mount result. |