# KindEnvironmentResource Properties

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

A surrogate resource that provides Kind cluster configuration for a `Kubernetes.KubernetesEnvironmentResource`. Created by the `WithKind()` extension method.

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

## KubeconfigPath

- Name: `KubeconfigPath`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.Kind/KindEnvironmentResource.cs#L33)

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

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

<a id="parent"></a>

## Parent

- Name: `Parent`
- Modifiers: `get`
- Returns: `KubernetesEnvironmentResource`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.Kind/KindEnvironmentResource.cs#L30)

Gets the parent `Kubernetes.KubernetesEnvironmentResource`.

```csharp
public KubernetesEnvironmentResource Parent { get; }
```
