Closed peterbale closed 6 years ago
I can see what you're saying around the use of multierror. Initially I was trying to find some way of deduping the errors, but it's not really possible. The error includes the full path it was trying to hit, so it will include the namespace and ingress etc, hence why it's so hard to dedupe. I'll update it to use a slice of errors instead as I do agree, it's pretty much the same without using the lib.
This is to return back any errors recieved when trying to set an ingress status rather than printing the names of the failed ingresses.
Closes #179