Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.WorkflowTemplateRef

WorkflowTemplateRef is a reference to a WorkflowTemplate resource.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
clusterScope boolean ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).
name string Name is the resource name of the workflow template.
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-workflow-template-ref-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-template-ref-schema.json",
  "title": "io.argoproj.workflow.v1alpha1.WorkflowTemplateRef",
  "description": "WorkflowTemplateRef is a reference to a WorkflowTemplate resource.",
  "type": "object",
  "properties": {
    "clusterScope": {
      "description": "ClusterScope indicates the referred template is cluster scoped (i.e. a ClusterWorkflowTemplate).",
      "type": "boolean"
    },
    "name": {
      "description": "Name is the resource name of the workflow template.",
      "type": "string"
    }
  }
}