Skip to content

Commit

Permalink
fix: remove event filtering generation predicate for nodeclass contro…
Browse files Browse the repository at this point in the history
…ller (#5338)
  • Loading branch information
njtran authored Dec 15, 2023
1 parent fdc7faf commit 3537d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controllers/nodeclass/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ func (c *NodeClassController) Builder(_ context.Context, m manager.Manager) core
DeleteFunc: func(e event.DeleteEvent) bool { return true },
}),
).
WithEventFilter(predicate.GenerationChangedPredicate{}).
WithOptions(controller.Options{
RateLimiter: workqueue.NewMaxOfRateLimiter(
workqueue.NewItemExponentialFailureRateLimiter(100*time.Millisecond, 1*time.Minute),
Expand Down

0 comments on commit 3537d60

Please sign in to comment.