mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-09 23:53:47 +00:00
etcd_tools.go is not dependent on the specific implementation (which is provided by pkg/api). All EtcdHelpers are created with an encoding object which handles Encode/Decode/DecodeInto. Additional tests added to verify simple atomic flows. Begins to break up api singleton pattern.