kubernetes/pkg/tools
Kelsey Hightower 87fa19cdfe Remove extra test flags from all commands
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
2014-07-27 14:19:18 -07:00
..
decoder_test.go Fork API types. 2014-07-24 21:47:08 -07:00
decoder.go Split httpWatcher into watch.StreamWatcher and tools.APIEventDecoder. 2014-07-21 16:07:58 -07:00
doc.go Move etcd helpers to tools package so they can depend on api package. Add ResourceVersion, hook it up to etcd index to get atomic PUTs. 2014-07-02 15:42:05 -07:00
etcd_tools_test.go Implement watch.Interface via etcd. 2014-07-23 15:04:08 -07:00
etcd_tools.go Implement watch.Interface via etcd. 2014-07-23 15:04:08 -07:00
fake_etcd_client.go Remove extra test flags from all commands 2014-07-27 14:19:18 -07:00