kubernetes v1.37
PodVolumeHealth.healthConditions
conditions is the set of adverse conditions reported by the CSI node plugin for this volume on this node. At most 16 conditions may be reported.
| Field / Type | Description |
|---|---|
message | message is a human-readable description. Maximum permitted length of a message is 1024 bytes. |
reason | reason is a brief CamelCase machine-parseable reason. Together with status it forms the unique identity of a condition entry. Maximum permitted length of a reason is 256 bytes. |
status | status is the machine-parseable health category. Possible values: - "Inaccessible": the volume cannot be accessed. - "DataLoss": data loss has been detected on the volume. - "Degraded": the volume is functioning with reduced capability. |