Skip to content

Commit 1476fe1

Browse files
committed
update comment on gwRouteIsAccepted
1 parent 127122d commit 1476fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/gateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func (c *gatewayRouteResolver) resolve(rt gatewayRoute) (map[string]endpoint.Tar
339339
continue
340340
}
341341

342-
// Confirm the Gateway has accepted the Route, and that the generation matches.
342+
// Confirm the Gateway has accepted the Route.
343343
if !gwRouteIsAccepted(rps.Conditions) {
344344
log.Debugf("Gateway %s/%s has not accepted %s %s/%s", namespace, ref.Name, c.src.rtKind, meta.Namespace, meta.Name)
345345
continue

0 commit comments

Comments
 (0)