# io.k8s.api.core.v1.DownwardAPIProjection

From **Kubernetes**.

Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

- Type: `object`

## Properties

### `items`

- Required: false
- Type: `array`

Items is a list of DownwardAPIVolume file

## JSON Schema

```json
{"description":"Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.","properties":{"items":{"description":"Items is a list of DownwardAPIVolume file","items":{"$ref":"#/components/schemas/io.k8s.api.core.v1.DownwardAPIVolumeFile"},"type":"array","x-kubernetes-list-type":"atomic"}},"type":"object"}
```
