-
Notifications
You must be signed in to change notification settings - Fork 0
/
crd.yml
37 lines (37 loc) · 843 Bytes
/
crd.yml
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
32
33
34
35
36
37
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: citusclusters.jw3.xyz
spec:
scope: Namespaced
names:
kind: CitusCluster
plural: citusclusters
singular: cituscluster
shortNames:
- cc
group: jw3.xyz
versions:
- name: v1alpha1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
properties:
apiVersion:
type: string
pattern: ^jw3.xyz/v1alpha1$
kind:
type: string
pattern: ^CitusCluster$
spec:
type: object
properties:
name:
type: string
workers:
type: integer
worker_storage:
type: integer