# ResourceClaimV1

- Kind: `class`
- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Version: `13.3.0-preview.1.26254.5`
- Namespace: `Aspire.Hosting.Kubernetes.Resources`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/ResourceClaimV1.cs)

Represents a resource claim for Kubernetes resource management.

## Definition

```csharp
namespace Aspire.Hosting.Kubernetes.Resources;

public sealed class ResourceClaimV1
{
    // ...
}
```

## Remarks

The [ResourceClaimV1](/reference/api/csharp/aspire.hosting.kubernetes/resourceclaimv1.md) class is used to define a specific resource claim within a Kubernetes environment, including the name of the resource and its associated request.

## Constructors

- [ResourceClaimV1](/reference/api/csharp/aspire.hosting.kubernetes/resourceclaimv1/constructors.md#constructor)

## Properties

- [Name](/reference/api/csharp/aspire.hosting.kubernetes/resourceclaimv1/properties.md#name) : `string` `get; set` -- Gets or sets the name of the resource claim. This identifies the specific resource claim within a Kubernetes resource manifest.
- [Request](/reference/api/csharp/aspire.hosting.kubernetes/resourceclaimv1/properties.md#request) : `string` `get; set` -- Gets or sets the resource quantity requested by the claim.
