Argo CD · Example Payload

Argo Cd V1Alpha1 Plugin Generator Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

configMapRefinputrequeueAfterSecondstemplatevalues

Example Payload

Raw ↑
{
  "configMapRef": "example-configmapref",
  "input": "example-input",
  "requeueAfterSeconds": 758,
  "template": "example-template",
  "values": {}
}