NamedResourcesInstancePatch

data class NamedResourcesInstancePatch(val attributes: List<NamedResourcesAttributePatch>? = null, val name: String? = null)

NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.

Constructors

Link copied to clipboard
constructor(attributes: List<NamedResourcesAttributePatch>? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Attributes defines the attributes of this resource instance. The name of each attribute must be unique.

Link copied to clipboard
val name: String? = null

Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.