kubernetes/pkg/tools
Yu-Ju Hong 6813683ee2 Allow AtomicUpdate() to surface the error when the key doesn't exist
In some cases, when the key doesn't exist, AtomicUpdate should simply fail and
surface the error. This change adds a new function parameter "ignoreNotFound"
for this purpose.
2015-02-11 21:56:28 -08: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.go Allow AtomicUpdate() to surface the error when the key doesn't exist 2015-02-11 21:56:28 -08:00
etcd_tools_test.go Allow AtomicUpdate() to surface the error when the key doesn't exist 2015-02-11 21:56:28 -08:00
etcd_tools_watch.go WatchList should not convey events for the root key 2015-01-15 16:00:49 -05:00
etcd_tools_watch_test.go Factor out API defaulting from validation logic 2015-02-03 00:55:42 -08:00
fake_etcd_client.go Add "Update Event" to Kubernetes API 2015-02-05 00:07:51 -08:00