mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 10:48:15 +00:00
kubectl delete: Introduce new interactive flag for interactive deletion (#114530)
This commit is contained in:
@@ -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 #
|
||||
##################
|
||||
|
||||
Reference in New Issue
Block a user