kubernetes v1.37
Pod.status.initContainerStatuses.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. |
volumeStatus represents volume-type-specific status about the mounted volume. |