kubernetes-sigs / blixt

Layer 4 Kubernetes load-balancer
Apache License 2.0
354 stars 51 forks source link

Rust ControlPlane: GatewayClass Controller #300

Open shaneutt opened 3 weeks ago

shaneutt commented 3 weeks ago

The purpose of this task is to create a GatewayClass controller in Rust. This controller is very simple, pretty much only marking the GatewayClass as accepted or not based on ControllerName.

See the Go version of this for reference: https://github.com/kubernetes-sigs/blixt/blob/archive/golang-control-plane/controllers/gatewayclass_controller.go

TODO