You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// IsBackendNotFoundError checks if the error is a BackendNotFoundError
958
+
funcIsBackendNotFoundError(errerror) bool {
959
+
_, ok:=err.(*BackendNotFoundError)
960
+
returnok
961
+
}
962
+
926
963
// filterHostnames accepts a list of gateways and an HTTPRoute, and returns a copy of the HTTPRoute with only the hostnames that match the listener hostnames of the gateways.
927
964
// If the HTTPRoute hostnames do not intersect with the listener hostnames of the gateways, it returns an ErrNoMatchingListenerHostname error.
0 commit comments