# IKindResource Properties

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

Represents a resource that manages or targets a Kind cluster.

<a id="kubeconfigpath"></a>

## KubeconfigPath

- Name: `KubeconfigPath`
- Modifiers: `abstract` `get`
- Returns: `string`

Gets the path to the kubeconfig file for this Kind cluster.

```csharp
public abstract string KubeconfigPath { get; }
```
