-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: Add Pdb struct and PdbBuilder #653
Conversation
e9b5cb8
to
4e70b63
Compare
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.
I would like to see some doc comments for the newly introduced Pdb
and PdbBuilder
structs, as well as all associated functions of the builder.
We can also think about renaming Pdb
to PodDisruptionBudget
and PdbBuilder
to PodDisruptionBudgetBuilder
. I think we currently do not abbreviate k8s terms in operator-rs
.
Co-authored-by: Techassi <git@techassi.dev>
Fixed the abbreviation. Only thing missing are docs |
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.
Only some minor nits, otherwise lgtm.
@Techassi feedback addressed, please have another look |
Thanks a lot for the review! |
Description
Part of stackabletech/issues#435
Definition of Done Checklist
Author
Reviewer
Acceptance