# KindClusterResource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.Kind](/reference/api/csharp/communitytoolkit.aspire.hosting.kind.md)
- Type: [KindClusterResource](/reference/api/csharp/communitytoolkit.aspire.hosting.kind/kindclusterresource.md)
- Kind: `Constructors`
- Members: `1`

Represents a resource that manages a local Kind cluster for development.

<a id="constructor"></a>
<a id="constructor-string"></a>

## KindClusterResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.Kind/KindClusterResource.cs#L16-L20)

Initializes a new instance of the [KindClusterResource](/reference/api/csharp/communitytoolkit.aspire.hosting.kind/kindclusterresource.md) class.

```csharp
public sealed class KindClusterResource
{
    public KindClusterResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
  The name of the cluster.
