• Clayton Coleman's avatar
    Expose an Encoding/Versioning interface for use with etcd · 4448be2d
    Clayton Coleman authored
    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.
    4448be2d
jsonbase_test.go 2.45 KB