{ "description": "NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.", "properties": { "attributes": { "description": "Attributes defines the attributes of this resource instance. The name of each attribute must be unique.", "items": { "$ref": "/api/_definitions.json#/$defs/io.k8s.api.resource.v1alpha2.NamedResourcesAttribute" }, "type": [ "array", "null" ], "x-kubernetes-list-type": "atomic" }, "name": { "description": "Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.", "type": [ "string", "null" ] } }, "required": [ "name" ], "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://kubernetes.io/api/namedresourcesinstance/resource/v1alpha2" }