Skip to main content
Schemaobject

io.k8s.api.core.v1.ResourceClaim

ResourceClaim references one entry in PodSpec.ResourceClaims.

Source
specs/apis__batch__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
name string
required

Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.

request string
optional

Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.