ResourceHealth
io.k8s.api.core.v1.ResourceHealth
source ↗
ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680.
healthstringHealth of the resource. can be one of:- Healthy: operates as normal
- Unhealthy: reported unhealthy. We consider this a temporary health issue
- Unknown: The status cannot be determined.
messagestringMessage provides human-readable context for Health (e.g. "ECC error count exceeded threshold"). This field is populated by the kubelet when ResourceHealthStatusMessage is enabled if the DRA plugin returns a message, and is null otherwise.resourceIDstring requiredResourceID is the unique identifier of the resource. See the ResourceID type for more information.