# io.k8s.api.resource.v1beta2.ResourceClaimSpec

From **Kubernetes**.

ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.

- Type: `object`

## Properties

### `devices`

- Required: false
- Default: `{}`

Devices defines how to request devices.

## JSON Schema

```json
{"description":"ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.","properties":{"devices":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.resource.v1beta2.DeviceClaim"}],"default":{},"description":"Devices defines how to request devices."}},"type":"object"}
```
