Skip to content

core.v1.persistentVolumeClaimCondition

"PersistentVolumeClaimCondition contails details about state of pvc"

Index

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 \"ResizeStarted\" that means the underlying persistent volume is being resized."

fn withType

withType(type)