gateway-api
gateway-api copied to clipboard
Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
The output that we're expecting is something along the lines of: ``` Name: {{Name}} Namespace: {{Namespace}} Labels: {{Labels}} Annotations: {{Annotations}} API Version: {{API Version}} Kind: {{Kind}} Metadata: {{Metadata}} Spec: {{Spec]}...
**What would you like to be added**: Add a document which specifically addresses the topic of conveying HTTPS from the Gateway dataplane to the backend (backend TLS termination), and intends...
**What would you like to be added**: I would like the gateway CRD template to be improved by making the `maxItems` on the gateway listeners to be configurable instead of...
**What type of PR is this?** /kind gep **What this PR does / why we need it**: GEP-957 should be moved from experimental to standard channel. Depends on: #2775 **Which...
As discussed in the Gateway API meeting, post Kubecon NA 2023, there will be an implementations reorganization by profiles. Since it seems open ended, wanted to open an issue to...
**What would you like to be added**: Support for merging Gateways should have standard & documented mechanic. **Why this is needed**: > Prior Discussions: https://github.com/kubernetes-sigs/gateway-api/discussions/1248, https://github.com/kubernetes-sigs/gateway-api/discussions/1246 Knative generates on demand...
**What happened**: Right now, after bumping gateway dependency https://github.com/istio/istio/pull/49637, new istioctl has pflags like:  The old api version works fine. It looks like https://github.com/kubernetes-sigs/gateway-api/pull/2801/files adds the flag package to...
Currently, we can attach policies to API resources. Unfortunately, its hard to talk about a _workload_. This is a continuation of https://kubernetes.slack.com/archives/CR0H13KGA/p1676648817307159 copied into an issue. There are a few...
**What type of PR is this?** /kind test **What this PR does / why we need it**: In the context of [NewGatewayRef](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/utils/kubernetes/helpers.go) function, having a nil test case allows you...
**What would you like to be added**: The experimental conformance test suite is going to be promoted to standard. In order to do so, we need to: - remove all...