Files
c/kubernetes/docs/v1beta1_device_constraint.md
Brendan Burns d72a1c8566 Automated openapi generation from release-1.32
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2025-02-11 19:36:46 +00:00

12 lines
1.2 KiB
Markdown

# v1beta1_device_constraint_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**match_attribute** | **char \*** | MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices. For example, if you specified \&quot;dra.example.com/numa\&quot; (a hypothetical example!), then only devices in the same NUMA node will be chosen. A device which does not have that attribute will not be chosen. All devices should use a value of the same type for this attribute because that is part of its specification, but if one device doesn&#39;t, then it also will not be chosen. Must include the domain qualifier. | [optional]
**requests** | **list_t \*** | Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim. | [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)