stackabletech / operator-rs

A simple wrapper/framework around kube-rs to make implementing Operators/Controllers easier
Apache License 2.0
112 stars 11 forks source link

refactor(stackable-versioned): Remove duplicate code #820

Open Techassi opened 3 weeks ago

Techassi commented 3 weeks ago

Part of https://github.com/stackabletech/issues/issues/507

This PR unifies struct/enum and field/variant code. This allows common parts to be shared and only implemented once. Currently blocked until #813 is merged.

# Reviewer
- [ ] Code contains useful comments
- [ ] (Integration-)Test cases added
- [ ] Documentation added or updated
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)