linkerd2/policy-controller/grpc
Alex Leong 4a07961a08
handle httproute grpcroute conflicts (#12782)
GEP-1426 specifies that if a GrpcRoute and an HttpRoute both attempt to attach to the same parent, the HttpRoute should be ignored and have the Accepted condition set to false with the reason `RouteReasonConflicted`. 
https://gateway-api.sigs.k8s.io/geps/gep-1426/#route-types 

We update the status controller and outbound policy index to implement this behavior.

Signed-off-by: Alex Leong <alex@buoyant.io>
2024-06-28 09:17:33 -07:00
..
src handle httproute grpcroute conflicts (#12782) 2024-06-28 09:17:33 -07:00
Cargo.toml Refactor outbound index to prepare for grpc (#12775) 2024-06-25 15:18:17 -07:00