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.

This commit is contained in:
Daniel Smith
2014-06-30 12:00:14 -07:00
parent 0ee696c9c4
commit a6144f656c
13 changed files with 118 additions and 74 deletions

View File

@@ -15,5 +15,6 @@ limitations under the License.
*/
// Package util implements various utility functions used in both testing and implementation
// of Kubernetes
// of Kubernetes. Package util may not depend on any other package in the Kubernetes
// package tree.
package util