Argo CD · Schema

v1alpha1SyncStrategyApply

v1alpha1SyncStrategyApply schema from Argo CD API

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Properties

Name Type Description
force boolean Force indicates whether or not to supply the --force flag to `kubectl apply`. The --force flag deletes and re-create the resource, when PATCH encounters conflict and has retried for 5 times.
View JSON Schema on GitHub

JSON Schema

argo-cd-v1alpha1-sync-strategy-apply-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1alpha1-sync-strategy-apply-schema.json",
  "title": "v1alpha1SyncStrategyApply",
  "description": "v1alpha1SyncStrategyApply schema from Argo CD API",
  "type": "object",
  "properties": {
    "force": {
      "description": "Force indicates whether or not to supply the --force flag to `kubectl apply`.\nThe --force flag deletes and re-create the resource, when PATCH encounters conflict and has\nretried for 5 times.",
      "type": "boolean"
    }
  }
}