VolumeMountStatus
io.k8s.api.core.v1.VolumeMountStatus
source ↗
VolumeMountStatus shows status of volume mounts.
mountPathstring requiredMountPath corresponds to the original VolumeMount.namestring requiredName corresponds to the name of the original VolumeMount.readOnlybooleanReadOnly corresponds to the original VolumeMount.recursiveReadOnlystringRecursiveReadOnly 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.