kubernetes/pkg/master
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
..
doc.go Fix typos in pkg docs 2014-08-28 11:43:35 +02:00
master.go Make runtime less global for Codec 2014-09-16 16:26:43 -04:00
pod_cache.go Unify Godoc formatting, fix various typos 2014-09-02 13:41:03 +02:00
pod_cache_test.go Add the resource version to api.*List items from etcd 2014-08-28 23:17:00 -04:00
ports.go Add healthz handlers to the controller manager and scheduler 2014-09-12 21:13:33 -07:00