Argo CD · JSON Structure

Argo Cd V1Alpha1 Sync Policy Automated Structure

v1alpha1SyncPolicyAutomated schema from Argo CD API

Type: object Properties: 4
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

allowEmpty enabled prune selfHeal

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-sync-policy-automated-structure.json",
  "name": "v1alpha1SyncPolicyAutomated",
  "description": "v1alpha1SyncPolicyAutomated schema from Argo CD API",
  "type": "object",
  "properties": {
    "allowEmpty": {
      "type": "boolean",
      "name": "AllowEmpty allows apps have zero live resources (default: false)"
    },
    "enabled": {
      "type": "boolean",
      "name": "Enable allows apps to explicitly control automated sync"
    },
    "prune": {
      "type": "boolean",
      "name": "Prune specifies whether to delete resources from the cluster that are not found in the sources anymore as part of automated sync (default: false)"
    },
    "selfHeal": {
      "type": "boolean",
      "name": "SelfHeal specifies whether to revert resources back to their desired state upon modification in the cluster (default: false)"
    }
  }
}