Schema
objectio.k8s.api.core.v1.VolumeMountStatus
VolumeMountStatus shows status of volume mounts.
- Source
specs/api__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
mountPath string
requiredMountPath corresponds to the original VolumeMount.
name string
requiredName corresponds to the name of the original VolumeMount.
readOnly boolean
optionalReadOnly corresponds to the original VolumeMount.
recursiveReadOnly string
optionalRecursiveReadOnly 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
optionalvolumeStatus represents volume-type-specific status about the mounted volume.