We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
And
1 parent 5b857c3 commit 7ca54bfCopy full SHA for 7ca54bf
internal/mode/static/manager.go
@@ -281,8 +281,9 @@ func registerControllers(
281
{
282
objectType: &gatewayv1.GatewayClass{},
283
options: []controller.Option{
284
- controller.WithK8sPredicate(k8spredicate.GenerationChangedPredicate{}),
285
- controller.WithK8sPredicate(predicate.GatewayClassPredicate{ControllerName: cfg.GatewayCtlrName}),
+ controller.WithK8sPredicate(k8spredicate.And(
+ k8spredicate.GenerationChangedPredicate{},
286
+ predicate.GatewayClassPredicate{ControllerName: cfg.GatewayCtlrName})),
287
},
288
289
0 commit comments