Skip to content

Commit 4a195ef

Browse files
authored
Signed-off-by: 1gtm <[email protected]>
1 parent 61aa39a commit 4a195ef

File tree

5 files changed

+7978
-494
lines changed

5 files changed

+7978
-494
lines changed
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
labels:
5+
app.kubernetes.io/name: kubedb
6+
name: milvusversions.catalog.kubedb.com
7+
spec:
8+
group: catalog.kubedb.com
9+
names:
10+
categories:
11+
- catalog
12+
- kubedb
13+
- appscode
14+
kind: MilvusVersion
15+
listKind: MilvusVersionList
16+
plural: milvusversions
17+
shortNames:
18+
- mvversion
19+
singular: milvusversion
20+
scope: Cluster
21+
versions:
22+
- additionalPrinterColumns:
23+
- jsonPath: .spec.version
24+
name: Version
25+
type: string
26+
- jsonPath: .spec.db.image
27+
name: DB_IMAGE
28+
type: string
29+
- jsonPath: .spec.deprecated
30+
name: Deprecated
31+
type: boolean
32+
- jsonPath: .metadata.creationTimestamp
33+
name: Age
34+
type: date
35+
name: v1alpha1
36+
schema:
37+
openAPIV3Schema:
38+
properties:
39+
apiVersion:
40+
type: string
41+
kind:
42+
type: string
43+
metadata:
44+
type: object
45+
spec:
46+
properties:
47+
db:
48+
properties:
49+
image:
50+
type: string
51+
required:
52+
- image
53+
type: object
54+
deprecated:
55+
type: boolean
56+
etcdVersion:
57+
type: string
58+
securityContext:
59+
properties:
60+
runAsUser:
61+
format: int64
62+
type: integer
63+
type: object
64+
ui:
65+
items:
66+
properties:
67+
disable:
68+
type: boolean
69+
name:
70+
type: string
71+
values:
72+
x-kubernetes-preserve-unknown-fields: true
73+
version:
74+
type: string
75+
required:
76+
- name
77+
type: object
78+
type: array
79+
updateConstraints:
80+
properties:
81+
allowlist:
82+
items:
83+
type: string
84+
type: array
85+
denylist:
86+
items:
87+
type: string
88+
type: array
89+
type: object
90+
version:
91+
type: string
92+
required:
93+
- db
94+
- etcdVersion
95+
- version
96+
type: object
97+
type: object
98+
served: true
99+
storage: true
100+
subresources: {}
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
apiVersion: apiextensions.k8s.io/v1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
labels:
5+
app.kubernetes.io/name: kubedb
6+
name: milvusversions.catalog.kubedb.com
7+
spec:
8+
group: catalog.kubedb.com
9+
names:
10+
categories:
11+
- catalog
12+
- kubedb
13+
- appscode
14+
kind: MilvusVersion
15+
listKind: MilvusVersionList
16+
plural: milvusversions
17+
shortNames:
18+
- mvversion
19+
singular: milvusversion
20+
scope: Cluster
21+
versions:
22+
- additionalPrinterColumns:
23+
- jsonPath: .spec.version
24+
name: Version
25+
type: string
26+
- jsonPath: .spec.db.image
27+
name: DB_IMAGE
28+
type: string
29+
- jsonPath: .spec.deprecated
30+
name: Deprecated
31+
type: boolean
32+
- jsonPath: .metadata.creationTimestamp
33+
name: Age
34+
type: date
35+
name: v1alpha1
36+
schema:
37+
openAPIV3Schema:
38+
properties:
39+
apiVersion:
40+
type: string
41+
kind:
42+
type: string
43+
metadata:
44+
type: object
45+
spec:
46+
properties:
47+
db:
48+
properties:
49+
image:
50+
type: string
51+
required:
52+
- image
53+
type: object
54+
deprecated:
55+
type: boolean
56+
etcdVersion:
57+
type: string
58+
securityContext:
59+
properties:
60+
runAsUser:
61+
format: int64
62+
type: integer
63+
type: object
64+
ui:
65+
items:
66+
properties:
67+
disable:
68+
type: boolean
69+
name:
70+
type: string
71+
values:
72+
x-kubernetes-preserve-unknown-fields: true
73+
version:
74+
type: string
75+
required:
76+
- name
77+
type: object
78+
type: array
79+
updateConstraints:
80+
properties:
81+
allowlist:
82+
items:
83+
type: string
84+
type: array
85+
denylist:
86+
items:
87+
type: string
88+
type: array
89+
type: object
90+
version:
91+
type: string
92+
required:
93+
- db
94+
- etcdVersion
95+
- version
96+
type: object
97+
type: object
98+
served: true
99+
storage: true
100+
subresources: {}

0 commit comments

Comments
 (0)