---
# System prepended metadata

title: ResourceClaim Glossary
tags: [ready-for-review]

---

title: ResourceClaim
id: resourceclaim
date: TODO
full_link: /docs/reference/kubernetes-api/workload-resources/resource-claim-v1beta1/
short_description: >
  Describes a category of devices in the cluster. Users can claim specific
  devices in a DeviceClass.

tags:
- workload
- core

A ResourceClaim describes a request for access to attached resources, such as
{{glossary_tooltip text="devices" term_id="device"}}, in the cluster. ResourceClaims
are used in
[dynamic resource allocation (DRA)](/docs/concepts/scheduling-eviction/dynamic-resource-allocation/)
to provide Pods with access to a specific resource.
<!-- more -->
ResourceClaims can be created by workload operators or generated by Kubernetes
based on a
{{glossary_tooltip text="ResourceClaimTemplate" term_id="resourceclaimtemplate"}}.
