core.v1.persistentVolumeClaimCondition
"PersistentVolumeClaimCondition contains details about state of pvc"
Index
fn withLastProbeTime(lastProbeTime)
fn withLastTransitionTime(lastTransitionTime)
fn withMessage(message)
fn withReason(reason)
fn withType(type)
Fields
fn withLastProbeTime
withLastProbeTime(lastProbeTime)
"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 withLastTransitionTime
withLastTransitionTime(lastTransitionTime)
"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 the human-readable message indicating details about last transition."
fn withReason
withReason(reason)
"reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"Resizing\" that means the underlying persistent volume is being resized."
fn withType
withType(type)