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
We should add to conformance testing what the expected status condition(s) are when an HTTPRoute.spec.parentRefs specifies a Service type and it cannot be found. In Istio, we have this status condition defined as the following:
Also, we could set the the ResolvedRefs status condition to false with similar messaging as the Accepted condition. Example:
lastTransitionTime: <time>message: 'parent service: "<service name>" not found'reason: ResolvedRefsstatus: "True"type: ResolvedRefscontrollerName: <name of controller used>
Why this is needed:
This scenario (i.e. parent reference cannot be found) should have specific messaging to make the user aware of whether or not the HTTPRoute has been processed successfully.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
We should add to conformance testing what the expected status condition(s) are when an
HTTPRoute.spec.parentRefs
specifies aService
type and it cannot be found. In Istio, we have this status condition defined as the following:Also, we could set the the
ResolvedRefs
status condition to false with similar messaging as theAccepted
condition. Example:Why this is needed:
This scenario (i.e. parent reference cannot be found) should have specific messaging to make the user aware of whether or not the HTTPRoute has been processed successfully.
The text was updated successfully, but these errors were encountered: