Argo Workflows · JSON Structure

Argo Workflows Sync Sync Limit Response Structure

sync.SyncLimitResponse schema from Argo Workflows API

Type: object Properties: 5
CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

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

Properties

cmName key limit namespace 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-workflows/refs/heads/main/json-structure/argo-workflows-sync-sync-limit-response-structure.json",
  "name": "sync.SyncLimitResponse",
  "description": "sync.SyncLimitResponse schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "cmName": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "limit": {
      "type": "int32"
    },
    "namespace": {
      "type": "string"
    },
    "type": {
      "$ref": "#/definitions/sync.SyncConfigType"
    }
  }
}