kube-test-harness icon indicating copy to clipboard operation
kube-test-harness copied to clipboard

Offer an error returning version for some of the deployment and pod actions

Open Skarlso opened this issue 3 years ago • 0 comments

They do a t.Fatal right now, which isn't always desirable as I would like to gather more information. And in case something doesn't exist or doesn't have pods, or cant' load anything, I don't care, go to the next deployment I'm trying to dump information from.

This would be possible by returning the error which I can then ignore. :) Or, don't do a fatal, but a t.Error and continue.

Skarlso avatar Jan 17 '22 08:01 Skarlso