Shane Utt

Results 96 issues of 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...

area/controlplane
kind/feature

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

documentation
blocked
priority/medium

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/

documentation
good first issue
help wanted
priority/low

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

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

sig/network