I am using widely the helm go sdk. Now i do not know always which resources are still in the cluster and would have a call to completely clean it.
I can get the KubeClient, but found only the delete method expecting the resources.
Maybe the programmatical call to kubectl delete all --all
? Best would be including the namespace resource itself.
Or do I need to request the names of all resources and then delete it?
Thank you!