core.v1.persistentVolumeClaimCondition
"PersistentVolumeClaimCondition contails 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)
"Human-readable message indicating details about last transition."
fn withReason
withReason(reason)
"Unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports \"ResizeStarted\" that means the underlying persistent volume is being resized."
fn withType
withType(type)