Argo Workflows · Schema

sync.UpdateSyncLimitRequest

sync.UpdateSyncLimitRequest schema from Argo Workflows API

CNCFContainersData ProcessingKubernetesMachine-LearningOpen-SourceWorkflow Engine

Properties

Name Type Description
cmName string
key string
limit integer
namespace string
type object
View JSON Schema on GitHub

JSON Schema

argo-workflows-sync-update-sync-limit-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-sync-update-sync-limit-request-schema.json",
  "title": "sync.UpdateSyncLimitRequest",
  "description": "sync.UpdateSyncLimitRequest schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "cmName": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "limit": {
      "type": "integer"
    },
    "namespace": {
      "type": "string"
    },
    "type": {
      "$ref": "#/definitions/sync.SyncConfigType"
    }
  }
}