Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <[email protected]>
  • Loading branch information
sunjayBhatia committed Feb 7, 2024
1 parent 0ec05f7 commit c294f1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/dag/gatewayapi_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ func (p *GatewayAPIProcessor) processRoute(
p.resolveRouteRefs(route, routeParentStatus)
}

// Collect other Listeners with configured hostnames so we can
// calculate Listener/Route hostname intersection properly.
otherListenerHostnames := []string{}
for _, listener := range listeners {
name := string(listener.listener.Name)
Expand Down

0 comments on commit c294f1e

Please sign in to comment.