# DownwardApiProjectionV1 Properties

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

Represents a Downward API source within a projected volume.

<a id="items"></a>

## Items

- Name: `Items`
- Modifiers: `get`
- Returns: [List<DownwardApiVolumeFileV1>](/reference/api/csharp/aspire.hosting.kubernetes/downwardapivolumefilev1.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/69db530a4816698cf1d5fa4557933e0ac4f127c6/src/Aspire.Hosting.Kubernetes/Resources/DownwardApiProjectionV1.cs#L18)

Gets the files to project from pod and container fields.

```csharp
public List<DownwardApiVolumeFileV1> Items { get; }
```
