Skip to content

Commit c063dcd

Browse files
committed
fix errors introduced in rebase
1 parent 8c69b91 commit c063dcd

File tree

5 files changed

+96
-119
lines changed

5 files changed

+96
-119
lines changed

config/rbac/role.yaml

+74-86
Original file line numberDiff line numberDiff line change
@@ -6,164 +6,164 @@ metadata:
66
name: manager-role
77
rules:
88
- apiGroups:
9-
- '*'
9+
- ""
1010
resources:
11-
- deployments
12-
- services
11+
- secrets
1312
verbs:
1413
- create
1514
- delete
1615
- get
17-
- list
1816
- patch
19-
- update
20-
- watch
2117
- apiGroups:
22-
- admissionregistration.k8s.io
18+
- ""
2319
resources:
24-
- mutatingwebhookconfigurations
25-
- validatingwebhookconfigurations
20+
- serviceaccounts
2621
verbs:
22+
- delete
2723
- get
28-
- list
29-
- update
30-
- watch
24+
- patch
3125
- apiGroups:
32-
- apiextensions.k8s.io
26+
- ""
3327
resources:
34-
- customresourcedefinitions
28+
- services
3529
verbs:
36-
- list
30+
- delete
31+
- get
32+
- patch
3733
- apiGroups:
38-
- apps
34+
- ""
3935
resources:
40-
- deployments
41-
- replicasets
42-
- statefulsets
36+
- endpoints
37+
- kube-scheduler
4338
verbs:
4439
- create
45-
- delete
4640
- get
47-
- list
48-
- patch
4941
- update
50-
- watch
5142
- apiGroups:
52-
- authentication.k8s.io
43+
- ""
5344
resources:
54-
- tokenreviews
45+
- events
5546
verbs:
5647
- create
48+
- patch
49+
- update
5750
- apiGroups:
58-
- authorization.k8s.io
51+
- ""
5952
resources:
60-
- subjectaccessreviews
53+
- kube-scheduler
6154
verbs:
62-
- create
55+
- get
56+
- update
6357
- apiGroups:
64-
- batch
58+
- ""
6559
resources:
66-
- jobs
60+
- pods
6761
verbs:
6862
- create
6963
- delete
64+
- deletecollection
65+
- get
7066
- list
7167
- patch
7268
- update
7369
- watch
7470
- apiGroups:
75-
- config.openshift.io
71+
- ""
7672
resources:
77-
- clusterversions
73+
- pods/status
7874
verbs:
79-
- get
80-
- list
75+
- patch
76+
- update
8177
- apiGroups:
82-
- coordination.k8s.io
78+
- ""
8379
resources:
84-
- kube-scheduler
85-
- leases
80+
- replicationcontrollers
8681
verbs:
87-
- create
8882
- get
89-
- update
83+
- list
84+
- watch
9085
- apiGroups:
91-
- ""
86+
- '*'
9287
resources:
93-
- secrets
88+
- deployments
89+
- services
9490
verbs:
9591
- create
9692
- delete
9793
- get
94+
- list
9895
- patch
96+
- update
97+
- watch
9998
- apiGroups:
100-
- ""
99+
- admissionregistration.k8s.io
101100
resources:
102-
- serviceaccounts
101+
- mutatingwebhookconfigurations
102+
- validatingwebhookconfigurations
103103
verbs:
104-
- delete
105104
- get
106-
- patch
105+
- list
106+
- update
107+
- watch
107108
- apiGroups:
108-
- ""
109+
- apiextensions.k8s.io
109110
resources:
110-
- services
111+
- customresourcedefinitions
111112
verbs:
112-
- delete
113-
- get
114-
- patch
113+
- list
115114
- apiGroups:
116-
- ""
115+
- apps
117116
resources:
118-
- endpoints
119-
- kube-scheduler
117+
- deployments
118+
- replicasets
119+
- statefulsets
120120
verbs:
121121
- create
122+
- delete
122123
- get
124+
- list
125+
- patch
123126
- update
127+
- watch
124128
- apiGroups:
125-
- ""
129+
- authentication.k8s.io
126130
resources:
127-
- events
131+
- tokenreviews
128132
verbs:
129133
- create
130-
- patch
131-
- update
132134
- apiGroups:
133-
- ""
135+
- authorization.k8s.io
134136
resources:
135-
- kube-scheduler
137+
- subjectaccessreviews
136138
verbs:
137-
- get
138-
- update
139+
- create
139140
- apiGroups:
140-
- ""
141+
- batch
141142
resources:
142-
- pods
143+
- jobs
143144
verbs:
144145
- create
145146
- delete
146-
- deletecollection
147-
- get
148147
- list
149148
- patch
150149
- update
151150
- watch
152151
- apiGroups:
153-
- ""
152+
- config.openshift.io
154153
resources:
155-
- pods/status
154+
- clusterversions
156155
verbs:
157-
- patch
158-
- update
156+
- get
157+
- list
159158
- apiGroups:
160-
- ""
159+
- coordination.k8s.io
161160
resources:
162-
- replicationcontrollers
161+
- kube-scheduler
162+
- leases
163163
verbs:
164+
- create
164165
- get
165-
- list
166-
- watch
166+
- update
167167
- apiGroups:
168168
- events.k8s.io
169169
resources:
@@ -208,19 +208,6 @@ rules:
208208
- get
209209
- patch
210210
- update
211-
- apiGroups:
212-
- machine.openshift.io
213-
resources:
214-
- '*'
215-
>>>>>>> 2537d07 (port to AppWrapper controller using cert-controller)
216-
verbs:
217-
- create
218-
- delete
219-
- get
220-
- list
221-
- patch
222-
- update
223-
- watch
224211
- apiGroups:
225212
- ray.io
226213
resources:
@@ -255,6 +242,7 @@ rules:
255242
- delete
256243
- get
257244
- patch
245+
- apiGroups:
258246
- scheduling.k8s.io
259247
resources:
260248
- priorityclasses

go.mod

+6-12
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@ require (
99
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
1010
github.com/project-codeflare/appwrapper v0.7.2
1111
github.com/project-codeflare/codeflare-common v0.0.0-20240328182412-38df643db183
12-
github.com/ray-project/kuberay/ray-operator v1.0.0
12+
github.com/ray-project/kuberay/ray-operator v1.1.0
1313
go.uber.org/zap v1.26.0
1414
k8s.io/api v0.29.1
1515
k8s.io/apimachinery v0.29.1
1616
k8s.io/client-go v0.29.1
1717
k8s.io/component-base v0.29.1
18+
k8s.io/klog/v2 v2.110.1
19+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
1820
sigs.k8s.io/controller-runtime v0.17.0
21+
sigs.k8s.io/kueue v0.6.1
22+
sigs.k8s.io/yaml v1.4.0
1923
)
2024

2125
replace sigs.k8s.io/custom-metrics-apiserver => sigs.k8s.io/custom-metrics-apiserver v1.25.1-0.20230306170449-63d8c93851f3
2226

2327
require (
24-
github.com/Masterminds/semver/v3 v3.2.0 // indirect
2528
github.com/aymerick/douceur v0.2.0 // indirect
2629
github.com/beorn7/perks v1.0.1 // indirect
2730
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -47,7 +50,6 @@ require (
4750
github.com/google/go-cmp v0.6.0 // indirect
4851
github.com/google/gofuzz v1.2.0 // indirect
4952
github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
50-
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
5153
github.com/google/uuid v1.3.1 // indirect
5254
github.com/gorilla/css v1.0.0 // indirect
5355
github.com/imdario/mergo v0.3.16 // indirect
@@ -61,19 +63,15 @@ require (
6163
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6264
github.com/open-policy-agent/cert-controller v0.10.1 // indirect
6365
github.com/openshift-online/ocm-sdk-go v0.1.368 // indirect
64-
github.com/orcaman/concurrent-map v1.0.0 // indirect
6566
github.com/pkg/errors v0.9.1 // indirect
66-
github.com/pmezard/go-difflib v1.0.0 // indirect
6767
github.com/prometheus/client_golang v1.18.0 // indirect
6868
github.com/prometheus/client_model v0.5.0 // indirect
6969
github.com/prometheus/common v0.46.0 // indirect
7070
github.com/prometheus/procfs v0.12.0 // indirect
7171
github.com/sirupsen/logrus v1.9.3 // indirect
7272
github.com/spf13/pflag v1.0.5 // indirect
73-
github.com/stretchr/testify v1.8.4 // indirect
7473
go.uber.org/atomic v1.11.0 // indirect
7574
go.uber.org/multierr v1.11.0 // indirect
76-
go.uber.org/zap v1.26.0 // indirect
7775
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
7876
golang.org/x/net v0.20.0 // indirect
7977
golang.org/x/oauth2 v0.16.0 // indirect
@@ -86,16 +84,12 @@ require (
8684
google.golang.org/appengine v1.6.8 // indirect
8785
google.golang.org/protobuf v1.32.0 // indirect
8886
gopkg.in/inf.v0 v0.9.1 // indirect
89-
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
9087
gopkg.in/yaml.v2 v2.4.0 // indirect
9188
gopkg.in/yaml.v3 v3.0.1 // indirect
9289
k8s.io/apiextensions-apiserver v0.29.0 // indirect
9390
k8s.io/apiserver v0.29.1 // indirect
94-
k8s.io/klog/v2 v2.110.1 // indirect
9591
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
96-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
92+
sigs.k8s.io/jobset v0.3.1 // indirect
9793
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
9894
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
99-
sigs.k8s.io/yaml v1.4.0 // indirect
100-
volcano.sh/apis v1.6.0-alpha.0.0.20221012070524-685db38b4fae // indirect
10195
)

0 commit comments

Comments
 (0)