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 c9f5834 commit 3b5a532Copy full SHA for 3b5a532
internal/state/graph/httproute.go
@@ -55,6 +55,11 @@ type Route struct {
55
}
56
57
// GetAllBackendGroups returns BackendGroups for all rules with valid matches and filters in the Route.
58
+//
59
+// FIXME(pleshakov) Improve the name once https://github.com/nginxinc/nginx-kubernetes-gateway/issues/468 is
60
+// implemented. The current name doesn't reflect the filtering of rules inside the loops.
61
+// See also the discussion below for more context:
62
+// https://github.com/nginxinc/nginx-kubernetes-gateway/pull/455#discussion_r1136277589
63
func (r *Route) GetAllBackendGroups() []BackendGroup {
64
count := 0
65
0 commit comments