You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
397 B
18 lines
397 B
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: scheduledworkflows.kubeflow.org
|
|
spec:
|
|
group: kubeflow.org
|
|
names:
|
|
kind: ScheduledWorkflow
|
|
listKind: ScheduledWorkflowList
|
|
plural: scheduledworkflows
|
|
shortNames:
|
|
- swf
|
|
singular: scheduledworkflow
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1beta1
|
|
served: true
|
|
storage: true
|
|
|