Add pod prune for api v2#5733
Conversation
There was a problem hiding this comment.
This does not match the usage of Force for pruning containers or volumes, we should drop this. Force is client-side-only and removes the yes/no continue prompt.
|
☔ The latest upstream changes (presumably #5507) made this pull request unmergeable. Please resolve the merge conflicts. |
d209314 to
f095073
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan, sujil02 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
LGTM |
|
☔ The latest upstream changes (presumably #5842) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@sujil02 Needs a rebase. |
Yeah on it. It Needs some test fixes as well with the rebase. |
Add the ability to prune pods for api v2, Includes the addition of force flag, for client side prompt. Update test suite to support this use case. Signed-off-by: Sujil02 <sushah@redhat.com>
|
Done. Changed the commit messages as CLI force flag edits are no longer required. |
|
/lgtm |
Add pod prune for api v2.
Add the ability to prune pods for api v2,
Includes the addition of force flag, for client-side prompt.
Signed-off-by: Sujil02 sushah@redhat.com