gateway-api
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?** /kind documentation **What this PR does / why we need it**: Having the ability to choose between dark and light mode is crucial when...
**What happened**: BackendTLSPolicy is currently absent from https://gateway-api.sigs.k8s.io/reference/spec. **What you expected to happen**: BackendTLSPolicy to be included with all our other APIs. **How to reproduce it (as minimally and precisely...
**Request to include the certificate/s in the CapturedResponse of the conformance test**: **To verify the certificate served by the listener/service**: During our testing we found that [roundtripper.CapturedResponse](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/utils/roundtripper/roundtripper.go#L101) does not have...
**What type of PR is this?** /kind api-change **What this PR does / why we need it**: This PR is a diff of /apis from v1.1 (main branch) to v1.0...
As part of our ongoing effort to https://github.com/cncf/techdocs/issues/198, we noticed that the website does not pass the trademark criteria on [CLOMonitor](https://clomonitor.io/search?foundation=cncf¬_passing_check=trademark_disclaimer&page=1). To fix this: Head to the source code of...
**What would you like to be added**: Not all features that graduated in v1.1 have been updated in the doc. This may not be an exhaustive list. These should be...
**What would you like to be added**: Add a link to the v1.1 BackendLBPolicy to the menu on the left of https://gateway-api.sigs.k8s.io/reference/spec/, under Policy. **Why this is needed**: It's helpful...
**What would you like to be added**: In the `experimental` branch for `Gateway` CRD resources, the maximum number of annotations (properties) is set to `8`. https://github.com/kubernetes-sigs/gateway-api/blob/main/config/crd/experimental/gateway.networking.k8s.io_gateways.yaml#L181 This enhancement is requesting...
**What type of PR is this?** /kind gep **What this PR does / why we need it**: Implements GEP-995 GEP: https://github.com/kubernetes-sigs/gateway-api/pull/2593 (merged) Docs: https://github.com/kubernetes-sigs/gateway-api/pull/2946 (merged) **Which issue(s) this PR fixes**:...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Use API discovery to determine the preferred API versions for Gateway API types....