core.v1.volumeMountStatus
"VolumeMountStatus shows status of volume mounts."
Index
fn withMountPath(mountPath)fn withName(name)fn withReadOnly(readOnly)fn withRecursiveReadOnly(recursiveReadOnly)obj volumeStatus
Fields
fn withMountPath
withMountPath(mountPath)
"MountPath corresponds to the original VolumeMount."
fn withName
withName(name)
"Name corresponds to the name of the original VolumeMount."
fn withReadOnly
withReadOnly(readOnly)
"ReadOnly corresponds to the original VolumeMount."
fn withRecursiveReadOnly
withRecursiveReadOnly(recursiveReadOnly)
"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."
obj volumeStatus
"VolumeStatus represents the status of a mounted volume. At most one of its members must be specified."
obj volumeStatus.image
"ImageVolumeStatus represents the image-based volume status."
fn volumeStatus.image.withImageRef
withImageRef(imageRef)
"ImageRef 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."