Argo · Example Payload

Argo Cd Application Spec Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Argo Cd Application Spec Example is an example object payload from Argo, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sourcedestinationprojectsyncPolicyignoreDifferences

Example Payload

Raw ↑
{
  "source": "example-value",
  "destination": "example-value",
  "project": "example-value",
  "syncPolicy": "example-value",
  "ignoreDifferences": [
    {
      "group": "example-value",
      "kind": "example-value",
      "jsonPointers": [
        null,
        null
      ]
    },
    {
      "group": "example-value",
      "kind": "example-value",
      "jsonPointers": [
        null,
        null
      ]
    }
  ]
}