Skip to content

Commit d0f804f

Browse files
committed
revert
1 parent c936eb7 commit d0f804f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

internal/controller/gateway_controller.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ func (r *GatewayReconciler) SetupWithManager(mgr ctrl.Manager) error {
4242
predicate.NewPredicateFuncs(r.checkGatewayClass),
4343
),
4444
).
45-
WithEventFilter(predicate.Or(
46-
predicate.GenerationChangedPredicate{},
47-
predicate.AnnotationChangedPredicate{},
48-
)).
45+
WithEventFilter(predicate.GenerationChangedPredicate{}).
4946
Watches(
5047
&gatewayv1.GatewayClass{},
5148
handler.EnqueueRequestsFromMapFunc(r.listGatewayForGatewayClass),

0 commit comments

Comments
 (0)