mirror of
https://github.com/autistic-symposium/ml-quantum-tensorflow-py.git
synced 2025-04-27 19:26:09 -04:00
19 lines
397 B
YAML
19 lines
397 B
YAML
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
|