VolumeHealthCondition

VolumeHealthCondition

VolumeHealthCondition represents an adverse health condition reported for a volume.

apiVersion: v1

import "k8s.io/api/core/v1"

VolumeHealthCondition

VolumeHealthCondition represents an adverse health condition reported for a volume.


FieldDescription
message
string
message is a human-readable description. Maximum permitted length of a message is 1024 bytes.
reason *
string
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 *
string
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.

Possible enum values:
- `"DataLoss"` indicates data loss has been detected on the volume.
- `"Degraded"` indicates the volume is functioning but with reduced capability.
- `"Inaccessible"` indicates the volume cannot be accessed.
Last modified August 26, 2026 at 9:15 PM PST: Update the generated API reference pages for v1.37 (e3028857f9)

This page is automatically generated.

If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.