Argo CD · Example Payload

Argo Cd V1Alpha1 Resource Diff Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

diffgrouphookkindliveStatemodifiednamenamespacenormalizedLiveStatepredictedLiveStateresourceVersiontargetState

Example Payload

Raw ↑
{
  "diff": "example-diff",
  "group": "example-group",
  "hook": true,
  "kind": "example-kind",
  "liveState": "example-livestate",
  "modified": true,
  "name": "my-application",
  "namespace": "my-application",
  "normalizedLiveState": "example-normalizedlivestate",
  "predictedLiveState": "example-predictedlivestate",
  "resourceVersion": "v2.14.0",
  "targetState": "main"
}