python/kubernetes/docs/V1alpha3ResourceClaimSpec.md
2024-08-29 21:25:25 +00:00

13 lines
866 B
Markdown

# V1alpha3ResourceClaimSpec
ResourceClaimSpec defines what is being requested in a ResourceClaim and how to configure it.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**controller** | **str** | Controller is the name of the DRA driver that is meant to handle allocation of this claim. If empty, allocation is handled by the scheduler while scheduling a pod. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This is an alpha field and requires enabling the DRAControlPlaneController feature gate. | [optional]
**devices** | [**V1alpha3DeviceClaim**](V1alpha3DeviceClaim.md) | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)