V1VolumeMountStatus

May 5, 2026 ยท View on GitHub

VolumeMountStatus shows status of volume mounts.

Properties

NameTypeDescriptionNotes
mount_pathstrMountPath corresponds to the original VolumeMount.
namestrName corresponds to the name of the original VolumeMount.
read_onlyboolReadOnly corresponds to the original VolumeMount.[optional]
recursive_read_onlystrRecursiveReadOnly 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.[optional]
volume_statusV1VolumeStatus[optional]

[Back to Model list] [Back to API list] [Back to README]