Argo Workflows · JSON Structure

Argo Workflows Io K8S Api Core V1 Downward Api Projection Structure

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: 1
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

io.k8s.api.core.v1.DownwardAPIProjection is a JSON Structure definition published by Argo Workflows, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

items

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-io-k8s-api-core-v1-downward-api-projection-structure.json",
  "name": "io.k8s.api.core.v1.DownwardAPIProjection",
  "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.",
  "type": "object",
  "properties": {
    "items": {
      "description": "Items is a list of DownwardAPIVolume file",
      "type": "array",
      "items": {
        "$ref": "#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile"
      },
      "x-kubernetes-list-type": "atomic"
    }
  }
}