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
Fix status for parentRef with invalid listener (#350)
Problem: If an HTTPRoute references an invalid listener in a parentRef, the status is incorrectly reported as Accepted:True.
Fix: Check if the listener associated with the parentRef is valid when binding HTTPRoutes to listeners. If not valid, mark the section name as invalid with a condition of Accepted:False and a Reason of InvalidListener.
This commit adds a new route Reason InvalidListener.
0 commit comments