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 a2475ef commit 073f4b4Copy full SHA for 073f4b4
internal/mode/static/state/graph/route_common.go
@@ -58,8 +58,10 @@ const (
58
59
// RouteKey is the unique identifier for a L7Route
60
type RouteKey struct {
61
+ // NamespacedName is the NamespacedName of the Route.
62
NamespacedName types.NamespacedName
- RouteType RouteType
63
+ // RouteType is the type of the Route.
64
+ RouteType RouteType
65
}
66
67
// L7Route is the generic type for the layer 7 routes, HTTPRoute and GRPCRoute
0 commit comments