Skip to content

Resource Claim Templates view#

In the Resource Claim Templates view, you can inspect Kubernetes ResourceClaimTemplates, which are blueprints for claims. Every pod created from a workload that references a template generates its own claim, so a Deployment with five replicas produces five claims. See Kubernetes documentation: ResourceClaimTemplate for details.

The Resource Claim Templates table lists the templates in the selected namespaces. You can click the list items and open the details panel with the device requests each generated claim carries. You can also search for a specific item using the Search Resource Claim Templates input field.

Note

The table content can be exported in the CSV file format.

By default, the table consists of the following columns:

Column Description
Name The name of the template.
Namespace The namespace the template belongs to.
Device Classes The device classes the generated claims request devices from.
Age The time elapsed since the template was created.

Reference a claim directly when several pods share one device. Reference a template when each pod needs its own device.