Argo CD · Example Payload

Argo Cd V1Alpha1 Resource Networking Info Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

externalURLsingresslabelstargetLabelstargetRefs

Example Payload

Raw ↑
{
  "externalURLs": [
    "https://github.com/example/repo.git",
    "https://github.com/example/repo.git"
  ],
  "ingress": [
    "example-ingress",
    "example-ingress"
  ],
  "labels": {},
  "targetLabels": {},
  "targetRefs": [
    "main",
    "main"
  ]
}