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
r.Log.Error(errors.Errorf("failed to get HTTPRoute rule by HTTPRoutePolicy targetRef"), "namespace", key.Namespace, "name", key.Name, "sectionName", *ref.SectionName)
476
+
r.Log.Error(errors.New("httproute section name not found"),
477
+
"failed to get HTTPRoute rule by HTTPRoutePolicy targetRef",
0 commit comments