stackabletech / operator-rs

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

feat(stackable-versioned-macros): Handle attribute forwarding / doc generation #816

Closed NickLarsenNZ closed 1 month ago

NickLarsenNZ commented 3 months ago

Description

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

Definition of Done Checklist

# Author
- [ ] Integration tests passed (for non trivial changes)
# 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)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added
NickLarsenNZ commented 1 month ago

Closed in favour of https://github.com/stackabletech/operator-rs/pull/847 (it was easier to reimplement after the refactor, and deal with merge conflicts).