gateway-api
gateway-api copied to clipboard
Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
So I added this timeout test case to ensure implementations support disabling timeouts with `0s`. The times are pretty low (eg. 1s) delay. But for envoy implementations with default timeout...
**What would you like to be added**: Some kind of indicator that a conformance test is still "experimental". **Why this is needed**: In some cases we want to add conformance...
As of now, we can only fetch v1 resources and will fail to fetch v1beta1 resources when the CRD only contains uptil v1beta1
**What would you like to be added**: Initial conformance tests for `GRPCRoute` need to be added. **Why this is needed**: In order to mature `GRPCRoute` to beta and eventually GA,...
**What would you like to be added**: We need to define via documentation how Gateway API interacts with Multicluster Services. This will likely be a docs-only change, but may also...
**What would you like to be added**: We currently have some duplicative methods that really should be unified before we add conformance tests for more types. For example, the following...
**What would you like to be added**: Documentation or example about confiuring single hostname with BOTH https and http path. e.g. https://www.example.com/, http://www.example.com/foo **Why this is needed**: How to achieve...
Ref: https://gateway-api.sigs.k8s.io/geps/gep-2722/ for examples
**What would you like to be added**: https://kubernetes.io/docs/concepts/services-networking/gateway/ should be updated with new GA feaures. **Why this is needed**: https://kubernetes.io/docs/concepts/services-networking/ingress/ has already been listed as frozen in v1.19, with new...
**What type of PR is this?** /kind test /area conformance **What this PR does / why we need it**: Listener isolation was clarified in https://github.com/kubernetes-sigs/gateway-api/pull/2465 This PR adds the corresponding...