Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.WorkflowEventBindingSpec

io.argoproj.workflow.v1alpha1.WorkflowEventBindingSpec schema from Argo Workflows API

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
event object Event is the event to bind to
submit object Submit is the workflow template to submit
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-workflow-event-binding-spec-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-io-argoproj-workflow-v1alpha1-workflow-event-binding-spec-schema.json",
  "title": "io.argoproj.workflow.v1alpha1.WorkflowEventBindingSpec",
  "description": "io.argoproj.workflow.v1alpha1.WorkflowEventBindingSpec schema from Argo Workflows API",
  "type": "object",
  "properties": {
    "event": {
      "description": "Event is the event to bind to",
      "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.Event"
    },
    "submit": {
      "description": "Submit is the workflow template to submit",
      "$ref": "#/definitions/io.argoproj.workflow.v1alpha1.Submit"
    }
  },
  "required": [
    "event"
  ]
}