objectio.k8s.api.scheduling.v1alpha3.WorkloadPodGroupResourceClaim
WorkloadPodGroupResourceClaim references a dynamic resource claim that is shared across pods in the group.
- Source
specs/apis__batch__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
name uniquely identifies this resource claim inside the group. This field is required. It must be a DNS_LABEL.
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 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.