Argo CD · JSON Structure

Argo Cd V1Alpha1 Application Set Resource Ignore Differences Structure

ApplicationSetResourceIgnoreDifferences configures how the ApplicationSet controller will ignore differences in live applications when applying changes from generated applications.

Type: object Properties: 3
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1ApplicationSetResourceIgnoreDifferences is a JSON Structure definition published by Argo CD, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jqPathExpressions jsonPointers name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-application-set-resource-ignore-differences-structure.json",
  "name": "v1alpha1ApplicationSetResourceIgnoreDifferences",
  "description": "ApplicationSetResourceIgnoreDifferences configures how the ApplicationSet controller will ignore differences in live\napplications when applying changes from generated applications.",
  "type": "object",
  "properties": {
    "jqPathExpressions": {
      "description": "JQPathExpressions is a list of JQ path expressions to fields to ignore differences for.",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "jsonPointers": {
      "description": "JSONPointers is a list of JSON pointers to fields to ignore differences for.",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "name": {
      "description": "Name is the name of the application to ignore differences for. If not specified, the rule applies to all applications.",
      "type": "string"
    }
  }
}