Argo CD · Example Payload

Argo Cd V1Alpha1 Scm Provider Generator Github Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Scm Provider Generator Github 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

allBranchesapiappSecretNameexcludeArchivedReposorganizationtokenRef

Example Payload

Raw ↑
{
  "allBranches": true,
  "api": "example-api",
  "appSecretName": "my-application",
  "excludeArchivedRepos": true,
  "organization": "example-organization",
  "tokenRef": "eyJhbGciOiJIUzI1NiJ9.example"
}