core.v1.volumeMountStatus
"VolumeMountStatus shows status of volume mounts."
Index
fn withMountPath(mountPath)
fn withName(name)
fn withReadOnly(readOnly)
fn withRecursiveReadOnly(recursiveReadOnly)
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."