Argo CD · JSON Structure

Argo Cd V1Alpha1 Application Set Sync Policy Structure

ApplicationSetSyncPolicy configures how generated Applications will relate to their ApplicationSet.

Type: object Properties: 2
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

applicationsSync preserveResourcesOnDeletion

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-application-set-sync-policy-structure.json",
  "name": "v1alpha1ApplicationSetSyncPolicy",
  "description": "ApplicationSetSyncPolicy configures how generated Applications will relate to their\nApplicationSet.",
  "type": "object",
  "properties": {
    "applicationsSync": {
      "type": "string",
      "name": "ApplicationsSync represents the policy applied on the generated applications. Possible values are create-only, create-update, create-delete, sync\n+kubebuilder:validation:Optional\n+kubebuilder:validation:Enum=create-only;create-update;create-delete;sync"
    },
    "preserveResourcesOnDeletion": {
      "description": "PreserveResourcesOnDeletion will preserve resources on deletion. If PreserveResourcesOnDeletion is set to true, these Applications will not be deleted.",
      "type": "boolean"
    }
  }
}