Argo CD · JSON Structure

Argo Cd V1Alpha1 Application Set Nested Generator Structure

ApplicationSetNestedGenerator represents a generator nested within a combination-type generator (MatrixGenerator or MergeGenerator).

Type: object Properties: 10
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

clusterDecisionResource clusters git list matrix merge plugin pullRequest scmProvider selector

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-set-nested-generator-structure.json",
  "name": "v1alpha1ApplicationSetNestedGenerator",
  "description": "ApplicationSetNestedGenerator represents a generator nested within a combination-type generator (MatrixGenerator or\nMergeGenerator).",
  "type": "object",
  "properties": {
    "clusterDecisionResource": {
      "$ref": "#/definitions/v1alpha1DuckTypeGenerator"
    },
    "clusters": {
      "$ref": "#/definitions/v1alpha1ClusterGenerator"
    },
    "git": {
      "$ref": "#/definitions/v1alpha1GitGenerator"
    },
    "list": {
      "$ref": "#/definitions/v1alpha1ListGenerator"
    },
    "matrix": {
      "$ref": "#/definitions/v1JSON"
    },
    "merge": {
      "$ref": "#/definitions/v1JSON"
    },
    "plugin": {
      "$ref": "#/definitions/v1alpha1PluginGenerator"
    },
    "pullRequest": {
      "$ref": "#/definitions/v1alpha1PullRequestGenerator"
    },
    "scmProvider": {
      "$ref": "#/definitions/v1alpha1SCMProviderGenerator"
    },
    "selector": {
      "$ref": "#/definitions/v1LabelSelector"
    }
  }
}