Argo CD · Schema

v1alpha1ResourceIgnoreDifferences

ResourceIgnoreDifferences contains resource filter and list of json paths which should be ignored during comparison with live state.

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
group string
jqPathExpressions array
jsonPointers array
kind string
managedFieldsManagers array
name string
namespace string
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-resource-ignore-differences-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-resource-ignore-differences-schema.json",
  "title": "v1alpha1ResourceIgnoreDifferences",
  "description": "ResourceIgnoreDifferences contains resource filter and list of json paths which should be ignored during comparison with live state.",
  "type": "object",
  "properties": {
    "group": {
      "type": "string"
    },
    "jqPathExpressions": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "jsonPointers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "kind": {
      "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"
      }
    },
    "name": {
      "type": "string"
    },
    "namespace": {
      "type": "string"
    }
  }
}