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.
volumeStatusVolumeStatusvolumeStatus represents volume-type-specific status about the mounted volume.
imageImageVolumeStatusimage represents an OCI object (a container image or artifact) pulled and mounted on the kubelet's host machine.
imageRefstring requiredImageRef is the digest of the image used for this volume. It should have a value that's similar to the pod's status.containerStatuses[i].imageID. The ImageRef length should not exceed 256 characters.