python/kubernetes/docs/V1alpha2StructuredResourceHandle.md
2024-05-21 22:28:02 +00:00

1.1 KiB

V1alpha2StructuredResourceHandle

StructuredResourceHandle is the in-tree representation of the allocation result.

Properties

Name Type Description Notes
node_name str NodeName is the name of the node providing the necessary resources if the resources are local to a node. [optional]
results **list[V1alpha2DriverAllocationResult]** Results lists all allocated driver resources.
vendor_claim_parameters object VendorClaimParameters are the per-claim configuration parameters from the resource claim parameters at the time that the claim was allocated. [optional]
vendor_class_parameters object VendorClassParameters are the per-claim configuration parameters from the resource class at the time that the claim was allocated. [optional]

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