Argo CD · Example Payload

Argo Cd V1Alpha1 Pull Request Generator Gitea Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

apiinsecurelabelsownerrepotokenRef

Example Payload

Raw ↑
{
  "api": "example-api",
  "insecure": true,
  "labels": [
    "example-labels",
    "example-labels"
  ],
  "owner": "example-owner",
  "repo": "https://github.com/example/repo.git",
  "tokenRef": "eyJhbGciOiJIUzI1NiJ9.example"
}