# io.k8s.api.core.v1.VolumeHealthStatus

From **Kubernetes**.

VolumeHealthStatus contains health information for a volume reported by the CSI controller plugin.

- Type: `object`

## Properties

### `healthConditions`

- Required: false
- Type: `array`

conditions is the set of adverse conditions reported by the CSI controller plugin. An empty list means no adverse condition. At most 16 conditions may be reported.

### `lastTransitionTime`

- Required: false
lastTransitionTime is when the current set of conditions first appeared.

## JSON Schema

```json
{"description":"VolumeHealthStatus contains health information for a volume reported by the CSI controller plugin.","properties":{"healthConditions":{"description":"conditions is the set of adverse conditions reported by the CSI controller plugin. An empty list means no adverse condition. At most 16 conditions may be reported.","items":{"$ref":"#/components/schemas/io.k8s.api.core.v1.VolumeHealthCondition"},"type":"array","x-kubernetes-list-map-keys":["status","reason"],"x-kubernetes-list-type":"map","x-kubernetes-patch-merge-key":"status","x-kubernetes-patch-strategy":"merge"},"lastTransitionTime":{"allOf":[{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"}],"description":"lastTransitionTime is when the current set of conditions first appeared."}},"type":"object"}
```
