Argo CD · JSON Structure

Argo Cd V1Alpha1 Pull Request Generator Git Lab Structure

PullRequestGeneratorGitLab defines connection info specific to GitLab.

Type: object Properties: 7
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

api caRef insecure labels project pullRequestState 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-git-lab-structure.json",
  "name": "v1alpha1PullRequestGeneratorGitLab",
  "description": "PullRequestGeneratorGitLab defines connection info specific to GitLab.",
  "type": "object",
  "properties": {
    "api": {
      "description": "The GitLab API URL to talk to. If blank, uses https://gitlab.com/.",
      "type": "string"
    },
    "caRef": {
      "$ref": "#/definitions/v1alpha1ConfigMapKeyRef"
    },
    "insecure": {
      "type": "boolean",
      "name": "Skips validating the SCM provider's TLS certificate - useful for self-signed certificates.; default: false"
    },
    "labels": {
      "type": "array",
      "name": "Labels is used to filter the MRs that you want to target",
      "items": {
        "type": "string"
      }
    },
    "project": {
      "description": "GitLab project to scan. Required.",
      "type": "string"
    },
    "pullRequestState": {
      "description": "PullRequestState is an additional MRs filter to get only those with a certain state. Default: \"\" (all states).\nValid values: opened, closed, merged, locked\".",
      "type": "string"
    },
    "tokenRef": {
      "$ref": "#/definitions/v1alpha1SecretRef"
    }
  }
}