kubernetes v1.37

StorageHealth.healthConditions

StorageHealthCondition represents an adverse health condition reported by a CSI driver for its storage backend on a node.

6 fields
StorageHealth.healthConditions fields and descriptions
Field / TypeDescription
accessMode
string

accessMode is the access mode affected. Nil means all access modes are affected.

Time

lastTransitionTime is when this condition first appeared at its current state.

  • format: date-time
message
string

message is a human-readable description. Maximum permitted length of a message is 1024 characters.

reason
string required

reason is a brief CamelCase machine-parseable reason. Maximum permitted length of a reason is 256 characters.

status
string required

status is the health status category. One of "StorageUnreachable", "StorageDegraded".

volumeMode
string

volumeMode is the volume mode affected. Nil means both are affected.