kubectl delete: Introduce new interactive flag for interactive deletion (#114530)

This commit is contained in:
Arda Güçlü
2023-07-11 16:05:11 +03:00
committed by GitHub
parent 86038ae590
commit 3267dd9d52
6 changed files with 356 additions and 36 deletions

View File

@@ -618,6 +618,13 @@ runTests() {
record_command run_kubectl_delete_allnamespaces_tests
fi
######################
# Delete --interactive #
######################
if kube::test::if_supports_resource "${configmaps}" ; then
record_command run_kubectl_delete_interactive_tests
fi
##################
# Global timeout #
##################