File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
- apiGroups :
10
10
- " "
11
11
resources :
12
- - serviceaccount
12
+ - serviceaccounts
13
13
verbs :
14
14
- create
15
15
- delete
79
79
- apiGroups :
80
80
- rbac.authorization.k8s.io
81
81
resources :
82
- - rolebinding
82
+ - rolebindings
83
83
verbs :
84
84
- create
85
85
- delete
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ type StatefulSetReconciler struct {
29
29
//+kubebuilder:rbac:groups=core,resources=persistentvolumeclaims,verbs=get;list;watch;create;update;patch;delete
30
30
//+kubebuilder:rbac:groups=batch,resources=jobs,verbs=get;list;watch;create;update;patch;delete
31
31
//+kubebuilder:rbac:groups=batch,resources=jobs/status,verbs=get;update;patch
32
- //+kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=rolebinding ,verbs=get;list;watch;create;update;patch;delete
33
- //+kubebuilder:rbac:groups="",resources=serviceaccount ,verbs=get;list;watch;create;update;patch;delete
32
+ //+kubebuilder:rbac:groups=rbac.authorization.k8s.io,resources=rolebindings ,verbs=get;list;watch;create;update;patch;delete
33
+ //+kubebuilder:rbac:groups="",resources=serviceaccounts ,verbs=get;list;watch;create;update;patch;delete
34
34
35
35
// Reconcile is the main work loop, reacting to changes in statefulsets and initiating resizing of StatefulSets.
36
36
func (r * StatefulSetReconciler ) Reconcile (ctx context.Context , req ctrl.Request ) (ctrl.Result , error ) {
You can’t perform that action at this time.
0 commit comments