Skip to main content
Schemaobject

io.k8s.api.storage.v1.StorageHealthCondition

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

Source
specs/apis__storage.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
accessMode string
optional

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

lastTransitionTime
optional

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

message string
optional

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
optional

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