kubernetes v1.31

PodStatus.containerStatuses.volumeMounts

VolumeMountStatus shows status of volume mounts.

4 fields
PodStatus.containerStatuses.volumeMounts fields and descriptions
Field / TypeDescription
mountPath
string required

MountPath corresponds to the original VolumeMount.

name
string required

Name corresponds to the name of the original VolumeMount.

readOnly
boolean

ReadOnly corresponds to the original VolumeMount.

recursiveReadOnly
string

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.