stackabletech / operator-rs

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

Derive Hash and Ord instances for AuthenticationClassProvider #731

Closed siegfriedweber closed 7 months ago

siegfriedweber commented 7 months ago

Description

Derive Hash and Ord instances for AuthenticationClassProvider, so that duplicates can be detected.

Definition of Done Checklist

# Author
- [x] Changes are OpenShift compatible
# 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