Argo · Schema

CronWorkflowCreateRequest

CronWorkflowCreateRequest schema from Argo API

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Properties

Name Type Description
namespace string
cronWorkflow object
createOptions object
View JSON Schema on GitHub

JSON Schema

argo-workflows-cron-workflow-create-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo/refs/heads/main/json-schema/argo-workflows-cron-workflow-create-request-schema.json",
  "title": "CronWorkflowCreateRequest",
  "description": "CronWorkflowCreateRequest schema from Argo API",
  "type": "object",
  "properties": {
    "namespace": {
      "type": "string"
    },
    "cronWorkflow": {
      "$ref": "#/components/schemas/CronWorkflow"
    },
    "createOptions": {
      "type": "object"
    }
  }
}