-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathvariant.crds.yaml
More file actions
31 lines (31 loc) · 642 Bytes
/
variant.crds.yaml
File metadata and controls
31 lines (31 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: resources.core.variant.run
spec:
group: core.variant.run
versions:
- name: v1beta1
served: true
storage: true
names:
kind: Resource
plural: resources
singular: resource
scope: Namespaced
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: reconciliations.core.variant.run
spec:
group: core.variant.run
versions:
- name: v1beta1
served: true
storage: true
names:
kind: Reconciliation
plural: reconciliations
singular: reconciliation
scope: Namespaced