Argo CD · Example Payload

Argo Cd V1Alpha1 Application Set Template Meta Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Application Set Template Meta 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

annotationsfinalizerslabelsnamenamespace

Example Payload

Raw ↑
{
  "annotations": {},
  "finalizers": [
    "example-finalizers",
    "example-finalizers"
  ],
  "labels": {},
  "name": "my-application",
  "namespace": "my-application"
}