Given that Kuma now supports [Gateway API](https://kuma.io/docs/2.12.x/using-mesh/managing-ingress-traffic/gateway-api/) we can remove the TrafficRoute integration and delete all Kuma API specific code from Flagger. Tasks: - [ ] Update [Kuma e2e](https://github.com/fluxcd/flagger/tree/main/test/kuma) to use Gateway API - [ ] Remove support for TrafficRoute API and migrate the Kuma specific code and unit tests to Gateway API - [ ] Update the [Kuma tutorial](https://github.com/fluxcd/flagger/blob/main/docs/gitbook/tutorials/kuma-progressive-delivery.md) to Gateway API