kubernetes v1.34

ResourceClaimStatus.allocation

AllocationResult contains attributes of an allocated resource.

3 fields
ResourceClaimStatus.allocation fields and descriptions
Field / TypeDescription
Time

AllocationTimestamp stores the time when the resources were allocated. This field is not guaranteed to be set, in which case that time is unknown. This is an alpha field and requires enabling the DRADeviceBindingConditions and DRAResourceClaimDeviceStatus feature gate.

  • format: date-time
DeviceAllocationResult

Devices is the result of allocating devices.

NodeSelector

NodeSelector defines where the allocated resources are available. If unset, they are available everywhere.

  • x-kubernetes-map-type: "atomic"