wave-k8s / wave

Kubernetes configuration tracking controller
Apache License 2.0
646 stars 82 forks source link

Refactor, Cleanup Code and use Generics #169

Closed jabdoa2 closed 3 weeks ago

jabdoa2 commented 1 month ago

Overall we lost about 1.2k lines of code. Also extending/maintaining controllers and controller tests became easier. Before you basically had to make the same change in three files each. That is now in one place. Only downside is that you have to deal with generic types in tests now.

jabdoa2 commented 1 month ago

I will resolve the conflict. I also found why my tests for #167 failed. I will improve the test setup to make those easier to add.