VolumeMountStatus
io.k8s.api.core.v1.VolumeMountStatus
Description
VolumeMountStatus shows status of volume mounts.
Properties
-
mountPathstring required - MountPath corresponds to the original VolumeMount.
-
namestring required - Name corresponds to the name of the original VolumeMount.
-
readOnlyboolean - ReadOnly corresponds to the original VolumeMount.
-
recursiveReadOnlystring - 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.
-
volumeStatusVolumeStatus - volumeStatus represents volume-type-specific status about the mounted volume.