# io.k8s.api.resource.v1.AllocationResult

From **Kubernetes**.

AllocationResult contains attributes of an allocated resource.

- Type: `object`

## Properties

### `allocationTimestamp`

- Required: false
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 a beta field and requires enabling the DRADeviceBindingConditions and DRAResourceClaimDeviceStatus feature gate.

### `devices`

- Required: false
- Default: `{}`

Devices is the result of allocating devices.

### `nodeSelector`

- Required: false
NodeSelector defines where the allocated resources are available. If unset, they are available everywhere.

## JSON Schema

```json
{"description":"AllocationResult contains attributes of an allocated resource.","properties":{"allocationTimestamp":{"allOf":[{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"}],"description":"AllocationTimestamp stores the time when the resources were allocated. This field is not guaranteed to be set, in which case that time is unknown.\n\nThis is a beta field and requires enabling the DRADeviceBindingConditions and DRAResourceClaimDeviceStatus feature gate."},"devices":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.resource.v1.DeviceAllocationResult"}],"default":{},"description":"Devices is the result of allocating devices."},"nodeSelector":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.core.v1.NodeSelector"}],"description":"NodeSelector defines where the allocated resources are available. If unset, they are available everywhere."}},"type":"object"}
```
