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.
1 parent 8982f1b commit a59d4c9Copy full SHA for a59d4c9
internal/gatewayapi/translator.go
@@ -309,6 +309,7 @@ func (t *Translator) GetRelevantGateways(resources *resource.Resources) (
309
}
310
if gateway.Spec.GatewayClassName != t.GatewayClassName {
311
t.Logger.Info("Skipping Gateway because GatewayClassName doesn't match", logKeysAndValues...)
312
+ continue
313
314
315
gCtx := &GatewayContext{
0 commit comments