Argo CD · JSON Structure

Argo Cd V1Alpha1 Application Set Strategy Structure

ApplicationSetStrategy configures how generated Applications are updated in sequence.

Type: object Properties: 3
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

deletionOrder rollingSync type

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-strategy-structure.json",
  "name": "v1alpha1ApplicationSetStrategy",
  "description": "ApplicationSetStrategy configures how generated Applications are updated in sequence.",
  "type": "object",
  "properties": {
    "deletionOrder": {
      "type": "string",
      "name": "DeletionOrder allows specifying the order for deleting generated apps when progressive sync is enabled.\naccepts values \"AllAtOnce\" and \"Reverse\""
    },
    "rollingSync": {
      "$ref": "#/definitions/v1alpha1ApplicationSetRolloutStrategy"
    },
    "type": {
      "type": "string"
    }
  }
}