stackabletech / operator-rs

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

feat(stackable-versioned-macros): Handle attribute forwarding #847

Closed NickLarsenNZ closed 2 months ago

NickLarsenNZ commented 2 months ago

Description

Part of https://github.com/stackabletech/issues/issues/507, supersedes https://github.com/stackabletech/operator-rs/pull/816.

Definition of Done Checklist

# 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)