Open DavidMakin opened 1 year ago
any chance of getting this merged? it would be very helpful for a problem I have currently:
I am trying to delete all resources matching a label, and that needs to first run a kubectl command to get a list of all resources types that can be deleted
wanted to run a little bash script that would run 1 kubectl command, parse the results with jq, loop around those results and run a 2nd based on the results