Argo CD · JSON Structure

Argo Cd V1Alpha1 Duck Type Generator Structure

DuckType defines a generator to match against clusters registered with ArgoCD.

Type: object Properties: 6
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

configMapRef labelSelector name requeueAfterSeconds 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-duck-type-generator-structure.json",
  "name": "v1alpha1DuckTypeGenerator",
  "description": "DuckType defines a generator to match against clusters registered with ArgoCD.",
  "type": "object",
  "properties": {
    "configMapRef": {
      "type": "string",
      "name": "ConfigMapRef is a ConfigMap with the duck type definitions needed to retrieve the data\n             this includes apiVersion(group/version), kind, matchKey and validation settings\nName is the resource name of the kind, group and version, defined in the ConfigMapRef\nRequeueAfterSeconds is how long before the duckType will be rechecked for a change"
    },
    "labelSelector": {
      "$ref": "#/definitions/v1LabelSelector"
    },
    "name": {
      "type": "string"
    },
    "requeueAfterSeconds": {
      "type": "int64"
    },
    "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"
      }
    }
  }
}