# DownwardApiProjectionV1 Constructors

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

Represents a Downward API source within a projected volume.

<a id="constructor"></a>

## DownwardApiProjectionV1

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/69db530a4816698cf1d5fa4557933e0ac4f127c6/src/Aspire.Hosting.Kubernetes/Resources/DownwardApiProjectionV1.cs#L18)

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