# io.k8s.api.resource.v1beta2.DeviceClaimConfiguration

From **Kubernetes**.

DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.

- Type: `object`

## Properties

### `opaque`

- Required: false
Opaque provides driver-specific configuration parameters.

### `requests`

- Required: false
- Type: `array`

Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.

References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the configuration applies to all subrequests.

## JSON Schema

```json
{"description":"DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.","properties":{"opaque":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.resource.v1beta2.OpaqueDeviceConfiguration"}],"description":"Opaque provides driver-specific configuration parameters."},"requests":{"description":"Requests lists the names of requests where the configuration applies. If empty, it applies to all requests.\n\nReferences to subrequests must include the name of the main request and may include the subrequest using the format \u003cmain request\u003e[/\u003csubrequest\u003e]. If just the main request is given, the configuration applies to all subrequests.","items":{"type":"string"},"type":"array","x-kubernetes-list-type":"atomic"}},"type":"object"}
```
