Skip to content

Commit a59d4c9

Browse files
committed
continue
Signed-off-by: zirain <[email protected]>
1 parent 8982f1b commit a59d4c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/gatewayapi/translator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ func (t *Translator) GetRelevantGateways(resources *resource.Resources) (
309309
}
310310
if gateway.Spec.GatewayClassName != t.GatewayClassName {
311311
t.Logger.Info("Skipping Gateway because GatewayClassName doesn't match", logKeysAndValues...)
312+
continue
312313
}
313314

314315
gCtx := &GatewayContext{

0 commit comments

Comments
 (0)