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**: We should have conformance tests where the Gateway HTTPS listener references multiple TLS certificates. **Why this is needed**: This covers the Core listener...
**What would you like to be added**: Backport changes from https://github.com/kubernetes-sigs/gateway-api/pull/1305 to release 0.5.x **Why this is needed**: Implementations that are updated to pass conformance tests on `main` now fail...
**What would you like to be added**: Due to the overlap in surface area between the Gateway API's routing primitives and many service mesh implementations, it would be generally beneficial...
**What would you like to be added**: In the `Gateway` conformance tests, the `ListenerConditionResolvedRefs` is checked only in those tests expecting it to have status`false` (e.g., `GatewaySecretMissingReferenceGrant`, `GatewaySecretInvalidReferenceGrant`, ...), but...
**What would you like to be added**: This GEP will add a formal proposal for attaching policies to Gateway API. Although many of these resources will be implementation specific, it...
**What would you like to be added**: As the GAMMA initiative seeks to create a model for service mesh implementations within Gateway API, it is necessary to have a mechanism...
**What would you like to be added**: As the GAMMA initiative seeks to create a model for service [mesh](https://docs.google.com/document/d/1T_DtMQoq2tccLAtJTpo3c0ohjm25vRS35MsestSL9QU/edit#heading=h.fv9zxi8pjsiq) implementations within Gateway API, it is necessary to have a mechanism...
https://github.com/kubernetes-sigs/gateway-api/blob/master/apis/v1beta1/shared_types.go#L48 > "Namespace is the namespace of the referent. When unspecified (or empty string), this refers to the local namespace of the Route." Given that the zero value in Go...
**What would you like to be added**: It'd be great if `HTTPRouteFilter` had a field to manipulate response headers being sent from a backend (or a group of backends) similar...
**What would you like to be added**: A standard process for reporting conformance results, similar to what already exists for upstream Kubernetes https://github.com/cncf/k8s-conformance. After chatting with @hh about how this...