# K8sManifestResource Properties

- Package: [CommunityToolkit.Aspire.Hosting.K3s](/reference/api/csharp/communitytoolkit.aspire.hosting.k3s.md)
- Type: [K8sManifestResource](/reference/api/csharp/communitytoolkit.aspire.hosting.k3s/k8smanifestresource.md)
- Kind: `Properties`
- Members: `2`

Represents a Kubernetes manifest (or Kustomize overlay) applied to the parent k3s cluster.

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

## Parent

- Name: `Parent`
- Modifiers: `get`
- Returns: [K3sClusterResource](/reference/api/csharp/communitytoolkit.aspire.hosting.k3s/k3sclusterresource.md)
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.K3s/K8sManifestResource.cs#L22)

Gets the parent resource of type [K3sClusterResource](/reference/api/csharp/communitytoolkit.aspire.hosting.k3s/k3sclusterresource.md).

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

<a id="path"></a>

## Path

- Name: `Path`
- Modifiers: `get`
- Returns: `string`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d479e13473b1d29d06b974f144a0049289a3cb5c/src/CommunityToolkit.Aspire.Hosting.K3s/K8sManifestResource.cs#L28)

Gets the absolute host path to the YAML file, plain directory, or Kustomize directory that contains the manifests to apply.

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