Shane Utt
Shane Utt
The purpose of this task is to implement `TCPRoute` support in our new control-plane. ## TODO - [ ] Create a `TCPRoute` controller - [ ] Create integration tests which...
The [Documentation](https://docs.rs/gateway-api/latest/gateway_api/index.html) for this crate on docs.rs is a bit light right now and the purpose of this issue is to expand on those. This should include some high level...
We need an example in `gateway-api/examples` for building a [kube-rs controller] with Gateway API. [kube-rs controller]:https://kube.rs/controllers/intro/
In `gateway-api/examples` we should add examples which show how to use `GRPCRoute` in detail.
In `gateway-api/examples` we should provide some advanced `Gateway` examples (e.g. multiple `Gateways`, lots of `Listeners`, more extensive configurations for `Listeners`, e.t.c.).
In `gateway-api/examples` we should add more advanced `HTTPRoute` examples for more complex routing configurations, e.t.c.
In `gateway-api/examples` we would provide some example code which shows creating a `Pod`, exposing it with a `Service`, and then creating a `GatewayClass`, `Gateway` and attached `HTTPRoute` to enable ingress...
Current integration tests simply deploy the CRDs and then make sure resources can be created. For thoroughness, it would be kinda nice if we ran some tests that deployed and...
Currently if you build rustdocs for the `gateway-api` package you'll find that many of the URLs we generate from the upstream Gateway API CRDs get flagged as non-hyperlinks: ```console $...
Logging this here so it doesn't get forgotten. Someone came in to our meeting yesterday and noted that through https://www.kubernetes.dev/resources/calendar/ the bi-weekly SIG Network meetings are _not visible_. We should...