Manifests.io

Easy to use kubernetes documentation

PersistentVolumeClaim.status.conditions

PersistentVolumeClaimCondition contails details about state of pvc

Description
lastProbeTime 🔗
Time

lastProbeTime is the time we probed the condition.

lastTransitionTime 🔗
Time

lastTransitionTime is the time the condition transitioned from one status to another.

message
string

message is the human-readable message indicating details about last transition.

reason
string

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.

status
string *

type
string *

See an issue here?