gateway-api
gateway-api copied to clipboard
Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
**What would you like to be added**: Documentation that covers that provides an overview of our conformance tests as well as how to run them and add new ones. **Why...
**What would you like to be added**: Extend the documentation of the Name field of the HTTPQueryParamMatch to describe the edge case of having repeated query params with the same...
**What would you like to be added**: A new `hostnames` field in `RouteParentStatus` that could be used to indicate which hostnames a Route was attached with. **Why this is needed**:...
As a result of [this exchange](https://github.com/kubernetes-sigs/gateway-api/pull/1004#discussion_r840953154), it was decided to require at least one of the fields `Service` and `Method` of `GRPCMethodMatch` to be specified. This is not currently possible...
**What would you like to be added**: Automated release creation. **Why this is needed**: It's nice to have and it might encourage us to release more often. **Details**: Ideally we...
Fixes https://github.com/kubernetes-sigs/gateway-api/issues/1142 Conformance helpers has been refactored to enable future improvements, like matching arbitrarily ordered elements of lists for listenersMatch and parentsMatch. **What type of PR is this?** /kind feature...
Now that we have both v1alpha2 and v1beta1 types, it's going to take some extra effort to keep these in sync. One potential approach for that would be to add...
**What would you like to be added**: In #1243, I added some conformance testing around new BackendRef tests, but one case we couldn't catch is the following: - There are...
The Gateway vs Route separation allows a cluster operator gateway owner to share a gateway and its resources with many application developers. However, in the L4 routing model (i.e. TCPRoute...
Currently, Service is a supported backendRef. A service can be of type ExternalName, which has non-obvious semantics. In the Ingress world, I previously did some research into how different controllers...