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 would you like to be added**: Improve HTTPRoute status conditions to better reflect instances where a route is accepted but differ from spec. For example, a user creates a...
**What would you like to be added**: Conformance tests that define rules within the TLS Route API to enable TLS Passthrough between the client and the backend **Why this is...
**What would you like to be added**: The `GatewayClass` [doc](https://github.com/kubernetes-sigs/gateway-api/blob/2738bba07d9cc98f4f0334a638c26d2159ae12b0/apis/v1beta1/gatewayclass_types.go#L45-L50) states that ``` // Whenever one or more Gateways are using a GatewayClass, implementations MUST // add the `gateway-exists-finalizer.gateway.networking.k8s.io` finalizer...
**What type of PR is this?** /kind bug /kind cleanup **What this PR does / why we need it**: Updates the golangci-lint version from 1.46.2 -> 1.49.0 and fixes all...
We currently have a lot of outstanding issues related to status, mostly around Conditions, whether it be issues with specific Conditions being hard to understand, or general issues around Conditions....
**What would you like to be added**: #1419 improved the Gateway `ResolvedRefs` condition documentation by specifying in which cases the reason `InvalidCertificateRef` must be used: https://github.com/kubernetes-sigs/gateway-api/blob/38a295bb0ad65b1b8cfc3610dad89754259f6623/apis/v1beta1/gateway_types.go#L748-L759 To ensure full compliance...
**What would you like to be added**: As part of the guides section of the docs (https://gateway-api.sigs.k8s.io/guides/), add a "Migrating from the Ingress resource" guide to help Ingress users adopt...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Add a conformance Test for HTTPS listener with multiple TLS certs **Which issue(s)...
**What would you like to be added**: The GatewayClass `ControllerName` validation is enforced at the CRD level through the following regex: `^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*\/[A-Za-z0-9\/\-._~%!$&'()*+,;=:]+$` Since the controllerName is a field that may...
**What would you like to be added**: A metric published by the webhook that tracks the number of errors encountered. It may be useful to have a metric that tracks...