gateway-api
gateway-api copied to clipboard
Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
We left this in place in v0.5.0 for a more seamless transition to the renamed resource. We need to remove this in v0.6.0 (x-ref #1201, #1205).
**What would you like to be added**: I want the HTTPRequestRedirect to include language indicating how implementations handle redirects that result in loops, where the request URL received is equal...
**What would you like to be added**: Refactor `listenersMatch` (added in #1081) and `parentsMatch` to be a single generic function, or at least wrappers around a single generic implementation of...
## Goals - indicate if all configuration needed to perform Route related operations has been fully propagated through the entire data plane. - otherwise, indicate if the configuration had a...
Several different [`Kubernetes meta/v1.Condition`](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#condition-v1-meta) types are defined by the spec, and some use differing terminology to communicate apparently similar status. **What would you like to be added**: - Add `Pending`...
**What would you like to be added**: In implementing HTTPRoute and Gateway, implementors have found things that we've missed or that are not clear in the definitions of how status...
**What would you like to be added**: Support routing based on a generic matadata matching mechanism. There are many use cases for routing based various protocol or application specific attributes,...
**What would you like to be added**: The validating webhook should ensure that port, protocol, and hostname are unique among Gateway listeners. For example, 2 listeners for foo.com would be...
I wanted to list out some general docs improvements that would improve the site, for others to contribute, and also to keep track for myself. If anybody else has docs...
**What type of PR is this?** /kind documentation **What this PR does / why we need it**: This PR includes a lot of GEP related cleanup, including: - Grouping GEPs...