Argo CD · Example Payload

Argo Cd V1Alpha1 Application Set Resource Ignore Differences Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Top-level fields

jqPathExpressionsjsonPointersname

Example Payload

Raw ↑
{
  "jqPathExpressions": [
    "apps/my-app",
    "apps/my-app"
  ],
  "jsonPointers": [
    "example-jsonpointers",
    "example-jsonpointers"
  ],
  "name": "my-application"
}