Argo CD · Example Payload

Argo Cd V1Alpha1 Pull Request Generator Git Lab Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Pull Request Generator Git Lab Example is an example object payload from Argo CD, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

apicaRefinsecurelabelsprojectpullRequestStatetokenRef

Example Payload

Raw ↑
{
  "api": "example-api",
  "caRef": "example-caref",
  "insecure": true,
  "labels": [
    "example-labels",
    "example-labels"
  ],
  "project": "default",
  "pullRequestState": "example-pullrequeststate",
  "tokenRef": "eyJhbGciOiJIUzI1NiJ9.example"
}