gateway-api-rs
gateway-api-rs copied to clipboard
Kubernetes Gateway API bindings for Rust
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 $...