{ "description": "DriverRequests describes all resources that are needed from one particular driver.", "properties": { "driverName": { "description": "DriverName is the name used by the DRA driver kubelet plugin.", "type": [ "string", "null" ] }, "requests": { "description": "Requests describes all resources that are needed from the driver.", "items": { "$ref": "/api/_definitions.json#/$defs/io.k8s.api.resource.v1alpha2.ResourceRequest" }, "type": [ "array", "null" ], "x-kubernetes-list-type": "atomic" }, "vendorParameters": { "$ref": "/api/_definitions.json#/$defs/io.k8s.apimachinery.pkg.runtime.RawExtension", "description": "VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim." } }, "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://kubernetes.io/api/driverrequests/resource/v1alpha2" }