Skip to main content
Schemaobject

io.k8s.api.core.v1.VolumeMountStatus

VolumeMountStatus shows status of volume mounts.

Source
specs/api__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
mountPath string
required

MountPath corresponds to the original VolumeMount.

name string
required

Name corresponds to the name of the original VolumeMount.

readOnly boolean
optional

ReadOnly corresponds to the original VolumeMount.

recursiveReadOnly string
optional

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
optional

volumeStatus represents volume-type-specific status about the mounted volume.