Question: Is there a posible way to do the equivalent of kubectl delete all --all -n <ns> using this lib? #976
Unanswered
ccanizares
asked this question in
Q&A
Replies: 1 comment
-
why not delete ns and recreate it? internally, kubectl loop each resource and delete it in namespace |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a posible way to do the equivalent of
kubectl delete all --all -n <ns>
using this lib?Beta Was this translation helpful? Give feedback.
All reactions