OS
Schema Hub

ContainerExtendedResourceRequest

ContainerExtendedResourceRequest has the mapping of container name, extended resource name to the device request name.

Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/ContainerExtendedResourceRequest_v1.json
Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/core.api.k8s.io/ContainerExtendedResourceRequest_v1.json
kubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yaml

Resource Structure

containerNamestringRequired
The name of the container requesting resources.
requestNamestringRequired
The name of the request in the special ResourceClaim which corresponds to the extended resource.
resourceNamestringRequired
The name of the extended resource in that container which gets backed by DRA.