ResourceHealthPatch

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

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? = null)

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
val resourceID: String? = null

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