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**: A client that connects through a gateway to a backend could leverage an HTTPS/SVCB DNS Record to get a more performant TLS negotiation....
**What would you like to be added**: A mechanism by which implementations can clearly indicate when they _don't_ support a particular feature and raise that to end-users who try to...
**What would you like to be added**: Gateway API desperately needs following enhancements to be fully declarative and production-ready solution: 1)Gateway API should have an ability to determine additional service...
**What would you like to be added**: I'd like to see clarifying details regarding if the GRPCRoute resource as a whole is `Core` vs. `Extended`, and if it's the latter,...
**What type of PR is this?** /kind documentation **What this PR does / why we need it**: The goal of this PR is to help users understand which viable options...
**What would you like to be added**: Move the Glossary page to GAMMA section of docs and retitle as GAMMA Glossary. https://github.com/kubernetes-sigs/gateway-api/blob/main/site-src/concepts/glossary.md **Why this is needed**: Users/students will misunderstand the...
The backendRef [port](https://github.com/kubernetes-sigs/gateway-api/blob/main/apis/v1/object_reference_types.go#L139-L146) definition is vague for non-Service references, which is confusing: ```go // Port specifies the destination port number to use for this resource. // Port is required when...
If you run this: ``` go test \ -p 4 \ ./conformance \ -run TestConformance \ -args \ --conformance-profiles MESH-HTTP,MESH-GRPC ``` then no extended conformance tests will be run. You...
**What happened**: The API specification for GAMMA is missing sufficient explanation of how it aligns with Gateway API v1 Standards when it doesn't require using most of the Gateway API...
[HTTPRouteMatch example is not rendered well](https://gateway-api.sigs.k8s.io/reference/spec/?h=pathprefix#httprouterule). 