-
Notifications
You must be signed in to change notification settings - Fork 20
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
Pod delete api #1908
Pod delete api #1908
Conversation
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
/deploy test |
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.
Reviewed 1 of 1 files at r7, 2 of 9 files at r9, 7 of 7 files at r10, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @RonShvarz)
* added delete algorithm pods endpoint, and some util functions for kubernetes. * fixed selector * fix endpoint * useNamespace = true * async k8s functions * get pods using only selector * iterate over received pods and delete them * fixed descructor's var name * Trying to delete multiple pods pods using selector only * kubernetes endpoint added * swagger, some minor changes to message output from endpoint * assign array fix, description fix * built swagger files for last commit .... bump version [skip ci]
* added delete algorithm pods endpoint, and some util functions for kubernetes. * fixed selector * fix endpoint * useNamespace = true * async k8s functions * get pods using only selector * iterate over received pods and delete them * fixed descructor's var name * Trying to delete multiple pods pods using selector only * kubernetes endpoint added * swagger, some minor changes to message output from endpoint * assign array fix, description fix * built swagger files for last commit .... bump version [skip ci]
#1892
This change is