File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
- apiVersion : apiextensions.k8s.io/v1beta1
1
+ apiVersion : apiextensions.k8s.io/v1
2
2
kind : CustomResourceDefinition
3
3
metadata :
4
4
name : rbacsyncconfigs.rbacsync.getcruise.com
@@ -11,10 +11,16 @@ spec:
11
11
shortNames :
12
12
- rsc
13
13
scope : Namespaced
14
- version : v1alpha
14
+ versions :
15
+ - name : v1alpha
16
+ served : true
17
+ storage : true
18
+ schema :
19
+ openAPIV3Schema :
20
+ type : object
15
21
# TODO(sday): Create open API spec that validates all configs are RoleBindings
16
22
---
17
- apiVersion : apiextensions.k8s.io/v1beta1
23
+ apiVersion : apiextensions.k8s.io/v1
18
24
kind : CustomResourceDefinition
19
25
metadata :
20
26
name : clusterrbacsyncconfigs.rbacsync.getcruise.com
27
33
shortNames :
28
34
- crsc
29
35
scope : Cluster
30
- version : v1alpha
36
+ versions :
37
+ - name : v1alpha
38
+ served : true
39
+ storage : true
40
+ schema :
41
+ openAPIV3Schema :
42
+ type : object
31
43
# TODO(sday): Create open API spec that validates all configs are ClusterRoleBindings
You can’t perform that action at this time.
0 commit comments