Argo CD · Example Payload

Argo Cd V1Alpha1 Kustomize Options Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

binaryPathbuildOptionsversions

Example Payload

Raw ↑
{
  "binaryPath": "apps/my-app",
  "buildOptions": "example-buildoptions",
  "versions": [
    "v2.14.0",
    "v2.14.0"
  ]
}