Argo CD · JSON Structure

Argo Cd V1Alpha1 Application Source Directory Structure

v1alpha1ApplicationSourceDirectory schema from Argo CD API

Type: object Properties: 4
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

exclude include jsonnet recurse

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-application-source-directory-structure.json",
  "name": "v1alpha1ApplicationSourceDirectory",
  "description": "v1alpha1ApplicationSourceDirectory schema from Argo CD API",
  "type": "object",
  "properties": {
    "exclude": {
      "type": "string",
      "name": "Exclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation"
    },
    "include": {
      "type": "string",
      "name": "Include contains a glob pattern to match paths against that should be explicitly included during manifest generation"
    },
    "jsonnet": {
      "$ref": "#/definitions/v1alpha1ApplicationSourceJsonnet"
    },
    "recurse": {
      "type": "boolean",
      "name": "Recurse specifies whether to scan a directory recursively for manifests"
    }
  }
}