# DownwardApiProjectionV1

- Kind: `class`
- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Version: `13.5.1-preview.1.26420.4`
- Namespace: `Aspire.Hosting.Kubernetes.Resources`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/69db530a4816698cf1d5fa4557933e0ac4f127c6/src/Aspire.Hosting.Kubernetes/Resources/DownwardApiProjectionV1.cs)

Represents a Downward API source within a projected volume.

## Definition

```csharp
namespace Aspire.Hosting.Kubernetes.Resources;

public sealed class DownwardApiProjectionV1
{
    // ...
}
```

## Constructors

- [DownwardApiProjectionV1](/reference/api/csharp/aspire.hosting.kubernetes/downwardapiprojectionv1/constructors.md#constructor)

## Properties

- [Items](/reference/api/csharp/aspire.hosting.kubernetes/downwardapiprojectionv1/properties.md#items) : [List<DownwardApiVolumeFileV1>](/reference/api/csharp/aspire.hosting.kubernetes/downwardapivolumefilev1.md) `get` -- Gets the files to project from pod and container fields.
