gateway-api-rs icon indicating copy to clipboard operation
gateway-api-rs copied to clipboard

Kubernetes Gateway API bindings for Rust

Results 16 gateway-api-rs issues
Sort by recently updated
recently updated
newest added
trafficstars

In `gateway-api/examples` we should add examples which show how to use `GRPCRoute` in detail.

documentation
good first issue
help wanted
priority/low

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.).

documentation
good first issue
help wanted
priority/medium

In `gateway-api/examples` we should add more advanced `HTTPRoute` examples for more complex routing configurations, e.t.c.

documentation
good first issue
help wanted
priority/medium

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...

documentation
priority/medium

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...

area/tests
priority/low

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 $...

documentation
good first issue
help wanted
area/maintenance
priority/low