k8s-gateway-api-rs
k8s-gateway-api-rs copied to clipboard
feat: experimental support for `GRPCRoute` resource
PR adds support for the experimental GRPCRoute resource [ref].
PR takes special care to ensure GrpcRoute and its associated types match the style and convention of the existing HttpRoute type, and reuses the applicable HttpRoute types as notated in GEP-1016 to facilitate downstream utility as much as possible.