-
Notifications
You must be signed in to change notification settings - Fork 302
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
kubernetes - support optional cascading deletes #429
kubernetes - support optional cascading deletes #429
Conversation
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.
lgtm 🦈
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.
Left a nit, but otherwise lgtm! Do we need to wait for API
folks to review?
Looks like they did, ship it at your convenience! 😄 (P.S. Confirmed w/ Varsha yesterday that her manual testing, for this change, works too)
} | ||
|
||
expectedReqJSON := `{"volumes":["2241"],"volume_snapshots":["7258"],"load_balancers":["9873"]} | ||
` |
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.
nit: should this char
be on a separate line or can it go right after the ending curly brace?
e8ff619
to
e338f54
Compare
Great Work @varshavaradarajan! @MorrisLaw, could I get an approval? |
e338f54
to
9ddf791
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.
👍
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.
👍 Looks, good! Thanks for the changes!
Support list associated resources for deletion and the new cluster delete endpoints.
cc @MorrisLaw , @adamwg