# ResourceAttributesV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [ResourceAttributesV1](/reference/api/csharp/aspire.hosting.kubernetes/resourceattributesv1.md)
- Kind: `Constructors`
- Members: `1`

Represents the attributes of a resource in Kubernetes. This class facilitates the definition of resource attributes for Kubernetes objects, including identifiers like name, namespace, and resource type, as well as selectors for field and label-based filtering.

## ResourceAttributesV1

- Name: `Constructor`

```csharp
public sealed class ResourceAttributesV1
{
    public ResourceAttributesV1()
    {
        // ...
    }
}
```
