Skip to content

Commit

Permalink
update reconciler markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdiramen committed Feb 22, 2024
1 parent 3d89bbc commit a066e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
26 changes: 0 additions & 26 deletions helm/ingress-controller/templates/rbac/role.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions internal/controller/gateway/httproute_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ type HTTPRouteReconciler struct {
Driver *store.Driver
}

//+kubebuilder:rbac:groups=gateway.networking.k8s.io,resources=httproutes,verbs=get;list;watch;create;update;patch;delete
//+kubebuilder:rbac:groups=gateway.networking.k8s.io,resources=httproutes/status,verbs=get;list;watch;update;patch
//+kubebuilder:rbac:groups=gateway.networking.k8s.io,resources=httproutes/finalizers,verbs=get;list;watch;update
func (r *HTTPRouteReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
_ = log.FromContext(ctx)

Expand Down

0 comments on commit a066e2c

Please sign in to comment.