Argo CD · JSON Structure

Argo Cd V1Alpha1 Override Ignore Diff Structure

v1alpha1OverrideIgnoreDiff schema from Argo CD API

Type: object Properties: 3
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1OverrideIgnoreDiff 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

jSONPointers jqPathExpressions managedFieldsManagers

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-override-ignore-diff-structure.json",
  "name": "v1alpha1OverrideIgnoreDiff",
  "description": "v1alpha1OverrideIgnoreDiff schema from Argo CD API",
  "type": "object",
  "properties": {
    "jSONPointers": {
      "type": "array",
      "name": "JSONPointers is a JSON path list following the format defined in RFC4627 (https://datatracker.ietf.org/doc/html/rfc6902#section-3)",
      "items": {
        "type": "string"
      }
    },
    "jqPathExpressions": {
      "type": "array",
      "name": "JQPathExpressions is a JQ path list that will be evaludated during the diff process",
      "items": {
        "type": "string"
      }
    },
    "managedFieldsManagers": {
      "type": "array",
      "name": "ManagedFieldsManagers is a list of trusted managers. Fields mutated by those managers will take precedence over the\ndesired state defined in the SCM and won't be displayed in diffs",
      "items": {
        "type": "string"
      }
    }
  }
}