mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-14 23:10:36 +00:00
The e2e test framework has ExpectNoError() for readable test code. This replaces Expect(err).NotTo(HaveOccurred()) with it for e2e/lifecycle/bootstrap.