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

1.3 KiB

V1alpha1ResourceClaimStatus

ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are.

Properties

Name Type Description Notes
allocation V1alpha1AllocationResult [optional]
deallocation_requested bool DeallocationRequested indicates that a ResourceClaim is to be deallocated. The driver then must deallocate this claim and reset the field together with clearing the Allocation field. While DeallocationRequested is set, no new consumers may be added to ReservedFor. [optional]
driver_name str DriverName is a copy of the driver name from the ResourceClass at the time when allocation started. [optional]
reserved_for **list[V1alpha1ResourceClaimConsumerReference]** ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started. There can be at most 32 such reservations. This may get increased in the future, but not reduced. [optional]

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