python/kubernetes/docs/V1alpha1AllocationResult.md
2023-01-24 02:04:53 +00:00

920 B

V1alpha1AllocationResult

AllocationResult contains attributed of an allocated resource.

Properties

Name Type Description Notes
available_on_nodes V1NodeSelector [optional]
resource_handle str ResourceHandle contains arbitrary data returned by the driver after a successful allocation. This is opaque for Kubernetes. Driver documentation may explain to users how to interpret this data if needed. The maximum size of this field is 16KiB. This may get increased in the future, but not reduced. [optional]
shareable bool Shareable determines whether the resource supports more than one consumer at a time. [optional]

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