kubernetes v1.37
PodStatus.volumeHealth
volumeHealth contains node-reported health for each volume the pod is using. Populated by the kubelet on the pod's node.
| Field / Type | Description |
|---|---|
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.
| |
lastTransitionTime is when the current set of conditions first appeared.
| |
name | name matches an entry in pod.spec.volumes. |