-
-
Notifications
You must be signed in to change notification settings - Fork 16
[Merged by Bors] - feat: add Display for ClusterCondition #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sbernauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx!
|
bors r+ |
This PR adds a `Display` impl for `ClusterCondition`. It might be worth a thought that we want to provide different `display_*` methods for various levels of verbosity. Co-authored-by: Techassi <sascha.lautenschlaeger@stackable.tech>
|
Pull request successfully merged into main. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
The display string for the `ReconciliationPaused` was swapped. This fixes the display impl introduced in #608. Co-authored-by: Techassi <sascha.lautenschlaeger@stackable.tech>
This PR adds a
Displayimpl forClusterCondition. It might be worth a thought that we want to provide differentdisplay_*methods for various levels of verbosity.