kubernetes v1.37

JobSpec.scheduling.resourceClaims

WorkloadPodGroupResourceClaim references a dynamic resource claim that is shared across pods in the group.

3 fields
JobSpec.scheduling.resourceClaims fields and descriptions
Field / TypeDescription
name
string required

name uniquely identifies this resource claim inside the group. This field is required. It must be a DNS_LABEL.

resourceClaimName
string

resourceClaimName is the name of a ResourceClaim object in the same namespace. This field is optional. If it is not specified, no resource claim is used. If set, it must be a DNS subdomain.

resourceClaimTemplateName
string

resourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace. This field is optional. If it is not specified, no resource claim template is used. If set, it must be a DNS subdomain.