Argo CD · JSON Structure

Argo Cd V1Alpha1 Pull Request Generator Gitea Structure

PullRequestGeneratorGitea defines connection info specific to Gitea.

Type: object Properties: 6
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1PullRequestGeneratorGitea 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

api insecure labels owner repo 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-pull-request-generator-gitea-structure.json",
  "name": "v1alpha1PullRequestGeneratorGitea",
  "description": "PullRequestGeneratorGitea defines connection info specific to Gitea.",
  "type": "object",
  "properties": {
    "api": {
      "type": "string",
      "name": "The Gitea API URL to talk to. Required"
    },
    "insecure": {
      "description": "Allow insecure tls, for self-signed certificates; default: false.",
      "type": "boolean"
    },
    "labels": {
      "type": "array",
      "name": "Labels is used to filter the PRs that you want to target",
      "items": {
        "type": "string"
      }
    },
    "owner": {
      "description": "Gitea org or user to scan. Required.",
      "type": "string"
    },
    "repo": {
      "description": "Gitea repo name to scan. Required.",
      "type": "string"
    },
    "tokenRef": {
      "$ref": "#/definitions/v1alpha1SecretRef"
    }
  }
}