{ "$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" } } }