Argo Workflows · JSON Structure

Argo Workflows Sync Sync Config Type Structure

sync.SyncConfigType schema from Argo Workflows API

Type: string Properties: 0
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

sync.SyncConfigType is a JSON Structure definition published by Argo Workflows. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-workflows/refs/heads/main/json-structure/argo-workflows-sync-sync-config-type-structure.json",
  "name": "sync.SyncConfigType",
  "description": "sync.SyncConfigType schema from Argo Workflows API",
  "type": "string",
  "enum": [
    "CONFIGMAP",
    "DATABASE"
  ],
  "default": "CONFIGMAP"
}