kube-rs / gateway-api-rs

Kubernetes Gateway API bindings for Rust
https://docs.rs/crate/gateway-api/latest
MIT License
23 stars 9 forks source link

Equality for CRDs #52

Closed blinsay closed 3 weeks ago

blinsay commented 1 month ago

It'd be super useful to be able to compare two Gateway API CRDs to each other. It seems like that might be as simple as deriving PartialEq and Eq on the gateway structs, but I'm not sure if there are parts of the Gateway API spec that limit this.

blinsay commented 3 weeks ago

This was fixed in #53.