# io.k8s.api.scheduling.v1alpha3.WorkloadPodGroupResourceClaim

From **Kubernetes**.

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

- Type: `object`

## Properties

### `name`

- Required: true
- Type: `string`

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

### `resourceClaimName`

- Required: false
- Type: `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`

- Required: false
- Type: `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.

## JSON Schema

```json
{"description":"WorkloadPodGroupResourceClaim references a dynamic resource claim that is shared across pods in the group.","properties":{"name":{"default":"","description":"name uniquely identifies this resource claim inside the group. This field is required. It must be a DNS_LABEL.","type":"string"},"resourceClaimName":{"description":"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.","type":"string"},"resourceClaimTemplateName":{"description":"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.","type":"string"}},"required":["name"],"type":"object"}
```
