# KeyToPathV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [KeyToPathV1](/reference/api/csharp/aspire.hosting.kubernetes/keytopathv1.md)
- Kind: `Constructors`
- Members: `1`

Represents a mapping of a key from a data source (e.g., ConfigMap or Secret) to a specific file path.

## KeyToPathV1

- Name: `Constructor`

```csharp
public sealed class KeyToPathV1
{
    public KeyToPathV1()
    {
        // ...
    }
}
```
