mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-23 19:37:23 +00:00
Automatic merge from submit-queue (batch tested with PRs 36071, 32752, 37998, 38350, 38401) Eradicate ExpectNoError from test/e2e. ``` $ cd test/e2e $ sed -i "s/\tExpectNoError/\tframework.ExpectNoError/g" *.go ```