mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Currently all commands are being build with extra flags. The extra flags appear because of a direct import of the testing package from the fake_etcd_client.go source file. Remove the direct import of the testing package. Add a tools.T interface to support existing behavior. Also clean up two TODO items by remove using of the expectError and expectNoError functions. Fixes #579 |
||
|---|---|---|
| .. | ||
| decoder.go | ||
| decoder_test.go | ||
| doc.go | ||
| etcd_tools.go | ||
| etcd_tools_test.go | ||
| fake_etcd_client.go | ||