Kobi Levi
Kobi Levi
**What type of PR is this?** feat: add supported features to gateway class. **What this PR does / why we need it**: This PR implements [GEP-2162](https://github.com/kubernetes-sigs/gateway-api/blob/f80f447fbf6e759a196cab6532b70582d9a8bd70/geps/gep-2162/index.md), which is about adding...
#93 introduced support for maintaining multiple gRPC client connections. However, the creation and destruction of the connections is done serially. First, we're closing outdated connections and then creating new connections,...
**What would you like to be added**: Add support for reading and taking into account `IngressClass` objects. **Why this is needed**: If users do not specify `ingressClassName`, we need to...
Currently, each provider configures their own test cases. This isn't ideal for two reasons: 1. Implementors have to create entire test suites from scratch. 2. Test coverage isn't aligned between...
**What would you like to be added**: Add a mechanism that considers the kube-builder max item validation on Gateway-API list fields. See [this for example](https://github.com/kubernetes-sigs/gateway-api/blob/ee42a6d5d81283d9f41a85627b93e4492b876638/apis/v1/httproute_types.go#L223). One option is to validate...
**What would you like to be added**: 1. Enrich the documentation of [GEP-2162](https://github.com/kubernetes-sigs/gateway-api/blob/f80f447fbf6e759a196cab6532b70582d9a8bd70/geps/gep-2162/index.md) with an explanation about when a feature is considered supported. 2. (Maybe) Add an exported function to...
*Description*: >Describe the desired behavior, what scenario it enables and how it would be used. https://github.com/kubernetes-sigs/gateway-api/pull/3200 introduced a breaking change to SupportedFeatures experimental API. We need to align the controller...
**What would you like to be added**: Currently, we have input/output test data defined in the tests themselves, making them hard to read. I suggest switching to YAML files instead,...