2020-05-14 11:29:11 -07:00
|
|
|
apiVersion: apiextensions.k8s.io/v1beta1
|
|
|
|
|
kind: CustomResourceDefinition
|
|
|
|
|
metadata:
|
|
|
|
|
name: clusterworkflowtemplates.argoproj.io
|
|
|
|
|
annotations:
|
|
|
|
|
helm.sh/hook: crd-install
|
|
|
|
|
helm.sh/hook-delete-policy: before-hook-creation
|
|
|
|
|
spec:
|
|
|
|
|
group: argoproj.io
|
|
|
|
|
version: v1alpha1
|
|
|
|
|
scope: Cluster
|
|
|
|
|
names:
|
|
|
|
|
kind: ClusterWorkflowTemplate
|
2020-10-09 19:29:16 +02:00
|
|
|
listKind: ClusterWorkflowTemplateList
|
2020-05-14 11:29:11 -07:00
|
|
|
plural: clusterworkflowtemplates
|
|
|
|
|
shortNames:
|
|
|
|
|
- clusterwftmpl
|
|
|
|
|
- cwft
|
2020-10-09 19:29:16 +02:00
|
|
|
singular: clusterworkflowtemplate
|
|
|
|
|
versions:
|
|
|
|
|
- name: v1alpha1
|
|
|
|
|
served: true
|
|
|
|
|
storage: true
|