Argo CD · JSON Structure

Argo Cd V1Alpha1 Pull Request Generator Filter Structure

PullRequestGeneratorFilter is a single pull request filter. If multiple filter types are set on a single struct, they will be AND'd together. All filters must pass for a pull request to be included.

Type: object Properties: 3
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

branchMatch targetBranchMatch titleMatch

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-filter-structure.json",
  "name": "v1alpha1PullRequestGeneratorFilter",
  "description": "PullRequestGeneratorFilter is a single pull request filter.\nIf multiple filter types are set on a single struct, they will be AND'd together. All filters must\npass for a pull request to be included.",
  "type": "object",
  "properties": {
    "branchMatch": {
      "type": "string"
    },
    "targetBranchMatch": {
      "type": "string"
    },
    "titleMatch": {
      "type": "string"
    }
  }
}