Skip to content

Files

Latest commit

5342870 · Dec 17, 2024

History

History
12 lines (8 loc) · 1013 Bytes

V1beta1DeviceAllocationResult.md

File metadata and controls

12 lines (8 loc) · 1013 Bytes

V1beta1DeviceAllocationResult

DeviceAllocationResult is the result of allocating devices.

Properties

Name Type Description Notes
config list[V1beta1DeviceAllocationConfiguration] 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[V1beta1DeviceRequestAllocationResult] Results lists all allocated devices. [optional]

[Back to Model list] [Back to API list] [Back to README]