kubernetes/pkg/api
Clayton Coleman 5483333e29 Allow server and client to take api version as argument
* Defaults to v1beta1
* apiserver takes -storage_version which controls etcd storage version
  and the version of the client used to connect to other apiservers
* Changed signature of client.New to add version parameter
* All controller code and component code prefers the oldest (most common)
  server version
2014-09-18 23:27:28 -04:00
..
errors Return standard API errors from etcd registry by operation 2014-09-08 18:46:01 -04:00
latest Allow server and client to take api version as argument 2014-09-18 23:27:28 -04:00
v1beta1 Make runtime less global for Codec 2014-09-16 16:26:43 -04:00
v1beta2 Make runtime less global for Codec 2014-09-16 16:26:43 -04:00
v1beta3 Make runtime less global for Codec 2014-09-16 16:26:43 -04:00
validation Refactor to clean up names. 2014-09-16 15:19:02 -07:00
conversion.go Make runtime less global for Codec 2014-09-16 16:26:43 -04:00
doc.go Split api into api, api/common, api/validation & apitools 2014-09-02 10:40:52 -07:00
register.go Make runtime less global for Codec 2014-09-16 16:26:43 -04:00
serialization_test.go Add round trip tests for default encoding 2014-09-16 17:27:59 -04:00
types.go Make runtime less global for Codec 2014-09-16 16:26:43 -04:00
watch_test.go Make runtime less global for Codec 2014-09-16 16:26:43 -04:00
watch.go Make runtime less global for Codec 2014-09-16 16:26:43 -04:00