File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
internal/controller/appwrapper Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -90,18 +90,6 @@ rules:
90
90
- patch
91
91
- update
92
92
- watch
93
- - apiGroups :
94
- - cluster.ray.io
95
- resources :
96
- - rayclusters
97
- verbs :
98
- - create
99
- - delete
100
- - get
101
- - list
102
- - patch
103
- - update
104
- - watch
105
93
- apiGroups :
106
94
- kubeflow.org
107
95
resources :
@@ -156,6 +144,18 @@ rules:
156
144
- get
157
145
- patch
158
146
- update
147
+ - apiGroups :
148
+ - ray.io
149
+ resources :
150
+ - rayclusters
151
+ verbs :
152
+ - create
153
+ - delete
154
+ - get
155
+ - list
156
+ - patch
157
+ - update
158
+ - watch
159
159
- apiGroups :
160
160
- scheduling.k8s.io
161
161
resources :
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ type componentStatusSummary struct {
84
84
//+kubebuilder:rbac:groups=scheduling.sigs.k8s.io,resources=podgroups,verbs=get;list;watch;create;update;patch;delete
85
85
//+kubebuilder:rbac:groups=scheduling.x-k8s.io,resources=podgroups,verbs=get;list;watch;create;update;patch;delete
86
86
//+kubebuilder:rbac:groups=kubeflow.org,resources=pytorchjobs,verbs=get;list;watch;create;update;patch;delete
87
- //+kubebuilder:rbac:groups=cluster. ray.io,resources=rayclusters,verbs=get;list;watch;create;update;patch;delete
87
+ //+kubebuilder:rbac:groups=ray.io,resources=rayclusters,verbs=get;list;watch;create;update;patch;delete
88
88
89
89
// Reconcile reconciles an appwrapper
90
90
// Please see [aw-states] for documentation of this method.
You can’t perform that action at this time.
0 commit comments