jcechace / RbShift

Ruby client wrapper for oc tools
1 stars 8 forks source link

Delete by label fix - namespace has not been added to the oc delete all #44

Closed pestanko closed 6 years ago

pestanko commented 6 years ago

delete_by was calling @client.execute instead of execute. That was the reason why the Gateways had not been undeployed after the test run.