36 lines
796 B
YAML
36 lines
796 B
YAML
![]() |
apiVersion: apiextensions.k8s.io/v1
|
||
|
kind: CustomResourceDefinition
|
||
|
metadata:
|
||
|
name: clusterworkflowtemplates.argoproj.io
|
||
|
spec:
|
||
|
group: argoproj.io
|
||
|
names:
|
||
|
kind: ClusterWorkflowTemplate
|
||
|
listKind: ClusterWorkflowTemplateList
|
||
|
plural: clusterworkflowtemplates
|
||
|
shortNames:
|
||
|
- clusterwftmpl
|
||
|
- cwft
|
||
|
singular: clusterworkflowtemplate
|
||
|
scope: Cluster
|
||
|
versions:
|
||
|
- name: v1alpha1
|
||
|
schema:
|
||
|
openAPIV3Schema:
|
||
|
properties:
|
||
|
apiVersion:
|
||
|
type: string
|
||
|
kind:
|
||
|
type: string
|
||
|
metadata:
|
||
|
type: object
|
||
|
spec:
|
||
|
type: object
|
||
|
x-kubernetes-preserve-unknown-fields: true
|
||
|
required:
|
||
|
- metadata
|
||
|
- spec
|
||
|
type: object
|
||
|
served: true
|
||
|
storage: true
|