Argo CD · JSON Structure

Argo Cd V1Alpha1 Git Generator Structure

v1alpha1GitGenerator schema from Argo CD API

Type: object Properties: 8
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1GitGenerator is a JSON Structure definition published by Argo CD, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

directories files pathParamPrefix repoURL requeueAfterSeconds revision template values

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-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-git-generator-structure.json",
  "name": "v1alpha1GitGenerator",
  "description": "v1alpha1GitGenerator schema from Argo CD API",
  "type": "object",
  "properties": {
    "directories": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/v1alpha1GitDirectoryGeneratorItem"
      }
    },
    "files": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/v1alpha1GitFileGeneratorItem"
      }
    },
    "pathParamPrefix": {
      "type": "string"
    },
    "repoURL": {
      "type": "string"
    },
    "requeueAfterSeconds": {
      "type": "int64"
    },
    "revision": {
      "type": "string"
    },
    "template": {
      "$ref": "#/definitions/v1alpha1ApplicationSetTemplate"
    },
    "values": {
      "type": "object",
      "name": "Values contains key/value pairs which are passed directly as parameters to the template",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}