Argo CD · JSON Structure

Argo Cd V1Alpha1 Exec Provider Config Structure

v1alpha1ExecProviderConfig schema from Argo CD API

Type: object Properties: 5
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

apiVersion args command env installHint

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-exec-provider-config-structure.json",
  "name": "v1alpha1ExecProviderConfig",
  "description": "v1alpha1ExecProviderConfig schema from Argo CD API",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string",
      "name": "Preferred input version of the ExecInfo"
    },
    "args": {
      "type": "array",
      "name": "Arguments to pass to the command when executing it",
      "items": {
        "type": "string"
      }
    },
    "command": {
      "type": "string",
      "name": "Command to execute"
    },
    "env": {
      "type": "object",
      "name": "Env defines additional environment variables to expose to the process",
      "additionalProperties": {
        "type": "string"
      }
    },
    "installHint": {
      "type": "string",
      "name": "This text is shown to the user when the executable doesn't seem to be present"
    }
  }
}