Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.TemplateRef

TemplateRef is a reference of template 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 template.
template string Template is the name of referred template in the resource.
View JSON Schema on GitHub

JSON Schema

argo-workflows-io-argoproj-workflow-v1alpha1-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-template-ref-schema.json",
  "title": "io.argoproj.workflow.v1alpha1.TemplateRef",
  "description": "TemplateRef is a reference of template 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 template.",
      "type": "string"
    },
    "template": {
      "description": "Template is the name of referred template in the resource.",
      "type": "string"
    }
  }
}