kubernetes v1.37
CSINodeStatus.storageHealth.healthConditions
StorageHealthCondition represents an adverse health condition reported by a CSI driver for its storage backend on a node.
| Field / Type | Description |
|---|---|
accessMode | accessMode is the access mode affected. Nil means all access modes are affected. |
lastTransitionTime is when this condition first appeared at its current state.
| |
message | message is a human-readable description. Maximum permitted length of a message is 1024 characters. |
reason | reason is a brief CamelCase machine-parseable reason. Maximum permitted length of a reason is 256 characters. |
status | status is the health status category. One of "StorageUnreachable", "StorageDegraded". |
volumeMode | volumeMode is the volume mode affected. Nil means both are affected. |