Argo CD · Example Payload

Argo Cd V1Alpha1 Resource Ref Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Resource Ref 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

groupkindnamenamespaceuidversion

Example Payload

Raw ↑
{
  "group": "example-group",
  "kind": "example-kind",
  "name": "my-application",
  "namespace": "my-application",
  "uid": "app-123456",
  "version": "v2.14.0"
}