# IKindResource

- Kind: `interface`
- Package: [CommunityToolkit.Aspire.Hosting.Kind](/reference/api/csharp/communitytoolkit.aspire.hosting.kind.md)
- Version: `13.4.1-beta.706`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.Kind/IKindResource.cs)
- Implements: `IResource`

Represents a resource that manages or targets a Kind cluster.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public interface IKindResource
    : Aspire.Hosting.ApplicationModel.IResource
{
    // ...
}
```

## Properties

- [KubeconfigPath](/reference/api/csharp/communitytoolkit.aspire.hosting.kind/ikindresource/properties.md#kubeconfigpath) : `string` `abstract` `get` -- Gets the path to the kubeconfig file for this Kind cluster.
