Argo CD · Schema

v1alpha1OverrideIgnoreDiff

v1alpha1OverrideIgnoreDiff schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
jSONPointers array
jqPathExpressions array
managedFieldsManagers array
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-override-ignore-diff-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1alpha1-override-ignore-diff-schema.json",
  "title": "v1alpha1OverrideIgnoreDiff",
  "description": "v1alpha1OverrideIgnoreDiff schema from Argo CD API",
  "type": "object",
  "properties": {
    "jSONPointers": {
      "type": "array",
      "title": "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",
      "title": "JQPathExpressions is a JQ path list that will be evaludated during the diff process",
      "items": {
        "type": "string"
      }
    },
    "managedFieldsManagers": {
      "type": "array",
      "title": "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"
      }
    }
  }
}