Argo CD · Example Payload

Argo Cd V1Alpha1 Resource Node Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

createdAthealthimagesinfonetworkingInfoparentRefsresourceVersion

Example Payload

Raw ↑
{
  "createdAt": "example-createdat",
  "health": "Healthy",
  "images": [
    "example-images",
    "example-images"
  ],
  "info": [
    "example-info",
    "example-info"
  ],
  "networkingInfo": "example-networkinginfo",
  "parentRefs": [
    "example-parentrefs",
    "example-parentrefs"
  ],
  "resourceVersion": "v2.14.0"
}