ResourceHealth

data class ResourceHealth(val health: String? = null, val resourceID: String)

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.

Constructors

Link copied to clipboard
constructor(health: String? = null, resourceID: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val health: String? = null

Health of the resource. can be one of:

Link copied to clipboard

ResourceID is the unique identifier of the resource. See the ResourceID type for more information.