kubernetes/pkg/proxy/config
Clayton Coleman 61e3ce7ddc Make runtime less global for Codec
* Make Codec separate from Scheme
* Move EncodeOrDie off Scheme to take a Codec
* Make Copy work without a Codec
* Create a "latest" package that imports all versions and
  sets global defaults for "most recent encoding"
  * v1beta1 is the current "latest", v1beta2 exists
  * Kill DefaultCodec, replace it with "latest.Codec"
  * This updates the client and etcd to store the latest known version
* EmbeddedObject is per schema and per package now
* Move runtime.DefaultScheme to api.Scheme
* Split out WatchEvent since it's not an API object today, treat it
like a special object in api
* Kill DefaultResourceVersioner, instead place it on "latest" (as the
  package that understands all packages)
* Move objDiff to runtime.ObjectDiff
2014-09-16 16:26:43 -04:00
..
api.go Make client use pointers 2014-09-07 22:19:24 -07:00
api_test.go Services and Endpoints weren't properly sync'ing 2014-09-03 16:04:55 -04:00
config.go Unify Godoc formatting, fix various typos 2014-09-02 13:41:03 +02:00
config_test.go All types stored in etcd are now API objects. 2014-07-28 11:27:36 -07:00
doc.go Address package level comments for readability. 2014-06-12 20:26:12 -07:00
etcd.go Make runtime less global for Codec 2014-09-16 16:26:43 -04:00
file.go Merge pull request #571 from lavalamp/master 2014-07-29 17:19:33 -07:00