Argo CD · JSON Structure

Argo Cd V1Alpha1 Scm Provider Generator Gitea Structure

SCMProviderGeneratorGitea defines a connection info specific to Gitea.

Type: object Properties: 6
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1SCMProviderGeneratorGitea 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

allBranches api excludeArchivedRepos insecure owner tokenRef

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-gitea-structure.json",
  "name": "v1alpha1SCMProviderGeneratorGitea",
  "description": "SCMProviderGeneratorGitea defines a connection info specific to Gitea.",
  "type": "object",
  "properties": {
    "allBranches": {
      "description": "Scan all branches instead of just the default branch.",
      "type": "boolean"
    },
    "api": {
      "description": "The Gitea URL to talk to. For example https://gitea.mydomain.com/.",
      "type": "string"
    },
    "excludeArchivedRepos": {
      "description": "Exclude repositories that are archived.",
      "type": "boolean"
    },
    "insecure": {
      "type": "boolean",
      "name": "Allow self-signed TLS / Certificates; default: false"
    },
    "owner": {
      "description": "Gitea organization or user to scan. Required.",
      "type": "string"
    },
    "tokenRef": {
      "$ref": "#/definitions/v1alpha1SecretRef"
    }
  }
}