gateway-api
                                
                                 gateway-api copied to clipboard
                                
                                    gateway-api copied to clipboard
                            
                            
                            
                        Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
**What type of PR is this?** /area conformance **What this PR does / why we need it**: Adds conformance report and implementation page update for Contour v1.28.2 **Which issue(s) this...
**What happened**: PRs opened by dependabot do not appear to be running `go mod tidy` and are failing our presubmits. **What you expected to happen**: PR opened by dependabot to...
**What would you like to be added**: I would like to be able to configure the following in HTTPRoute: 1. The max number of times to retry a request 2....
**What would you like to be added**: Allow to configure IP address in `hostname` field of `HTTPRequestRedirectFilter` **Why this is needed**: Gateway API should conform with HTTP spec which allows...
**What would you like to be added**: A way to configure a redirect to drop a trailing slash. **Why this is needed**: Today our redirect filter makes it seem like...
**What would you like to be added**: We could create a simple Kubernetes Job that could be bundled with implementations to install Gateway API CRDs if they don't already exist....
**What type of PR is this?** /kind feature /area conformance **What this PR does / why we need it**: This PR introduces a GRPC Conformance Profile to enable downstream implementations...
**What would you like to be added**: Currently, the spec for TLSRoute Listeners only supports GatewayTLSConfig.TLSModeType = "Passthrough". Similar to HTTPRoute Listeners, mode "Terminate" should also be supported. Specifically, a...
**What type of PR is this?** /kind documentation **What this PR does / why we need it**: [ngrok](https://ngrok.com/) has created a Gateway API implementation. This is an entry for the...
**What happened**: Prior to GEP-1762, Contour's Gateway provisioner has been adding a label to resources to denote which Gateway "owns" it: `projectcontour.io/owning-gateway-name` set to the Gateway name. While reviewing https://github.com/kubernetes-sigs/gateway-api/pull/2582...