mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-01 14:20:29 +00:00
Automatic merge from submit-queue bump bazel build to go1.8.1 and remove invalid unit tests part of https://github.com/kubernetes/kubernetes/issues/38228 I firmly believe that unit tests that check error strings are incorrect unit tests. If we care about what type of error is returned, we need to use public error types. Anywhere we are using generic errors, we don't care other then that we saw an error.