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 4accbe2 commit bc34d59Copy full SHA for bc34d59
internal/mode/static/state/graph/gateway_listener.go
@@ -24,7 +24,7 @@ type Listener struct {
24
// Routes holds the GRPC/HTTPRoutes attached to the Listener.
25
// Only valid routes are attached.
26
Routes map[RouteKey]*L7Route
27
- // L4Routes holds the TLSRoutes attached to the Listener
+ // L4Routes holds the TLSRoutes attached to the Listener.
28
L4Routes map[L4RouteKey]*L4Route
29
// AllowedRouteLabelSelector is the label selector for this Listener's allowed routes, if defined.
30
AllowedRouteLabelSelector labels.Selector
0 commit comments