{ "description": "ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.", "properties": { "controller": { "description": "Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod.\n\nMust be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.\n\nThis is an alpha field and requires enabling the DRAControlPlaneController feature gate.", "type": [ "string", "null" ] }, "devices": { "$ref": "/api/_definitions.json#/$defs/io.k8s.api.resource.v1alpha3.DeviceClaim", "description": "Devices defines how to request devices." } }, "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "$id": "https://kubernetes.io/api/resourceclaimspec/resource/v1alpha3" }