kubernetes/pkg/api
Clayton Coleman 4448be2d95 Expose an Encoding/Versioning interface for use with etcd
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.
2014-08-03 21:35:33 -04:00
..
v1beta1 Add TCP socket based health checking. 2014-08-01 14:13:56 -07:00
apiobj.go Fixing Typos 2014-07-28 15:56:20 +02:00
apiobj_test.go Add custom conversion function system. 2014-07-30 14:18:23 -07:00
doc.go Address package level comments for readability. 2014-06-12 20:26:12 -07:00
helper.go Expose an Encoding/Versioning interface for use with etcd 2014-08-03 21:35:33 -04:00
helper_test.go Incorporate new types into versioned api system. 2014-07-29 15:46:57 -07:00
jsonbase.go Expose an Encoding/Versioning interface for use with etcd 2014-08-03 21:35:33 -04:00
jsonbase_test.go Expose an Encoding/Versioning interface for use with etcd 2014-08-03 21:35:33 -04:00
types.go Add TCP socket based health checking. 2014-08-01 14:13:56 -07:00
validation.go Merge pull request #691 from dchen1107/restart 2014-07-30 15:32:20 -07:00
validation_test.go Merge pull request #691 from dchen1107/restart 2014-07-30 15:32:20 -07:00