Files
c/kubernetes/docs/v1alpha2_allocation_result.md
Kubernetes Prow Robot f0ac80fb61 Automated openapi generation from release-1.27
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-06-05 02:09:22 +00:00

1.3 KiB

v1alpha2_allocation_result_t

Properties

Name Type Description Notes
available_on_nodes v1_node_selector_t * [optional]
resource_handles list_t * ResourceHandles contain the state associated with an allocation that should be maintained throughout the lifetime of a claim. Each ResourceHandle contains data that should be passed to a specific kubelet plugin once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed. Setting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached. The name of the kubelet plugin invoked will match the DriverName set in the ResourceClaimStatus this AllocationResult is embedded in. [optional]
shareable int 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]