File tree 2 files changed +7
-0
lines changed
deployments/operator/rbac
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,12 @@ rules:
172
172
- patch
173
173
- update
174
174
- watch
175
+ - apiGroups :
176
+ - deviceplugin.intel.com
177
+ resources :
178
+ - iaadeviceplugins/finalizers
179
+ verbs :
180
+ - update
175
181
- apiGroups :
176
182
- deviceplugin.intel.com
177
183
resources :
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ const (
41
41
42
42
// +kubebuilder:rbac:groups=deviceplugin.intel.com,resources=iaadeviceplugins,verbs=get;list;watch;create;update;patch;delete
43
43
// +kubebuilder:rbac:groups=deviceplugin.intel.com,resources=iaadeviceplugins/status,verbs=get;update;patch
44
+ // +kubebuilder:rbac:groups=deviceplugin.intel.com,resources=iaadeviceplugins/finalizers,verbs=update
44
45
45
46
// SetupReconciler creates a new reconciler for IaaDevicePlugin objects.
46
47
func SetupReconciler (mgr ctrl.Manager , namespace string , withWebhook bool ) error {
You can’t perform that action at this time.
0 commit comments