Argo CD · JSON Structure

Argo Cd V1Alpha1 Resource Override Structure

v1alpha1ResourceOverride schema from Argo CD API

Type: object Properties: 6
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

actions healthLua ignoreDifferences ignoreResourceUpdates knownTypeFields useOpenLibs

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-resource-override-structure.json",
  "name": "v1alpha1ResourceOverride",
  "description": "v1alpha1ResourceOverride schema from Argo CD API",
  "type": "object",
  "properties": {
    "actions": {
      "description": "Actions defines the set of actions that can be performed on the resource, as a Lua script.",
      "type": "string"
    },
    "healthLua": {
      "description": "HealthLua contains a Lua script that defines custom health checks for the resource.",
      "type": "string"
    },
    "ignoreDifferences": {
      "$ref": "#/definitions/v1alpha1OverrideIgnoreDiff"
    },
    "ignoreResourceUpdates": {
      "$ref": "#/definitions/v1alpha1OverrideIgnoreDiff"
    },
    "knownTypeFields": {
      "description": "KnownTypeFields lists fields for which unit conversions should be applied.",
      "type": "array",
      "items": {
        "$ref": "#/definitions/v1alpha1KnownTypeField"
      }
    },
    "useOpenLibs": {
      "description": "UseOpenLibs indicates whether to use open-source libraries for the resource.",
      "type": "boolean"
    }
  }
}