Mattia Lavacca
Mattia Lavacca
**What would you like to be added**: The listener spec field `allowedRoutes.kinds` documentation states: ```go // Kinds specifies the groups and kinds of Routes that are allowed to bind //...
## Problem statement [This PR](https://github.com/Kong/kubernetes-ingress-controller/pull/3797) enabled Gateway API TLS conformance by creating a new `TLSProxy` service with ports 443->8899 (in Kong), as the conformance tests need to use port 443....
**What type of PR is this?** /kind feature **What this PR does / why we need it**: When reading the resources from a file, it is now possible to display...
**What would you like to be added**: Kong Ingress controller leverages a CRD called `UDPIngress` to expose UDP routes. Such a resource should be converted into `Gateway` + `UDPRoute`s.
**What would you like to be added**: When thinking about how this tool would be used in a real environment, we can have a user willing to convert a set...
**What would you like to be added**: So far we have relied on redirecting the conversion output to a file. This has a major problem: if we log any message,...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #94 **Does this PR introduce a user-facing...
**What would you like to be added**: The flag `--input-file` can be used to read input resources from a specific file. It'd be beneficial to improve such a flag to...
## Problem Statement Once Gateway API v1.1 is released, we need to manually bump it and ensure all the CI jobs successfully run. ## Acceptance Criteria - [ ] Gateway...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement [GEP-2162](https://github.com/kubernetes-sigs/gateway-api/blob/main/geps/gep-2162.md) introduced the `SupportedField` in the `GatewayClass` resource. Such a field...