kubernetes v1.37

Pod.status.volumeHealth

PodVolumeHealth contains health information for a volume used by a pod, reported by the CSI node plugin via the kubelet.

3 fields
Pod.status.volumeHealth fields and descriptions
Field / TypeDescription
VolumeHealthCondition[]

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.

  • x-kubernetes-list-map-keys: ["status","reason"]
  • x-kubernetes-list-type: "map"
  • x-kubernetes-patch-merge-key: "status"
  • x-kubernetes-patch-strategy: "merge"
Time

lastTransitionTime is when the current set of conditions first appeared.

  • format: date-time
name
string required

name matches an entry in pod.spec.volumes.