Files
c/kubernetes/docs/v1alpha3_device_allocation_result.md
Kubernetes Prow Robot f914036e5a Automated openapi generation from release-1.31
Signed-off-by: Hui Yu <ityuhui@gmail.com>
2024-10-12 12:08:56 +08:00

12 lines
902 B
Markdown

# v1alpha3_device_allocation_result_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**config** | [**list_t**](v1alpha3_device_allocation_configuration.md) \* | This field is a combination of all the claim and class configuration parameters. Drivers can distinguish between those based on a flag. This includes configuration parameters for drivers which have no allocated devices in the result because it is up to the drivers which configuration parameters they support. They can silently ignore unknown configuration parameters. | [optional]
**results** | [**list_t**](v1alpha3_device_request_allocation_result.md) \* | Results lists all allocated devices. | [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)