core.v1.persistentVolumeStatus
"PersistentVolumeStatus is the current status of a persistent volume."
Index
fn withLastPhaseTransitionTime(lastPhaseTransitionTime)
fn withMessage(message)
fn withPhase(phase)
fn withReason(reason)
Fields
fn withLastPhaseTransitionTime
withLastPhaseTransitionTime(lastPhaseTransitionTime)
"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."
fn withMessage
withMessage(message)
"message is a human-readable message indicating details about why the volume is in this state."
fn withPhase
withPhase(phase)
"phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase"
fn withReason
withReason(reason)
"reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI."