Argo CD · JSON Structure

Argo Cd V1Alpha1 Scm Provider Generator Structure

SCMProviderGenerator defines a generator that scrapes a SCMaaS API to find candidate repos.

Type: object Properties: 12
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

awsCodeCommit azureDevOps bitbucket bitbucketServer cloneProtocol filters gitea github gitlab 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-scm-provider-generator-structure.json",
  "name": "v1alpha1SCMProviderGenerator",
  "description": "SCMProviderGenerator defines a generator that scrapes a SCMaaS API to find candidate repos.",
  "type": "object",
  "properties": {
    "awsCodeCommit": {
      "$ref": "#/definitions/v1alpha1SCMProviderGeneratorAWSCodeCommit"
    },
    "azureDevOps": {
      "$ref": "#/definitions/v1alpha1SCMProviderGeneratorAzureDevOps"
    },
    "bitbucket": {
      "$ref": "#/definitions/v1alpha1SCMProviderGeneratorBitbucket"
    },
    "bitbucketServer": {
      "$ref": "#/definitions/v1alpha1SCMProviderGeneratorBitbucketServer"
    },
    "cloneProtocol": {
      "description": "Which protocol to use for the SCM URL. Default is provider-specific but ssh if possible. Not all providers\nnecessarily support all protocols.",
      "type": "string"
    },
    "filters": {
      "description": "Filters for which repos should be considered.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/v1alpha1SCMProviderGeneratorFilter"
      }
    },
    "gitea": {
      "$ref": "#/definitions/v1alpha1SCMProviderGeneratorGitea"
    },
    "github": {
      "$ref": "#/definitions/v1alpha1SCMProviderGeneratorGithub"
    },
    "gitlab": {
      "$ref": "#/definitions/v1alpha1SCMProviderGeneratorGitlab"
    },
    "requeueAfterSeconds": {
      "description": "Standard parameters.",
      "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"
      }
    }
  }
}