k3s/pkg/master
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
..
doc.go Fix typos in pkg docs 2014-08-28 11:43:35 +02:00
master.go Allow server and client to take api version as argument 2014-09-18 23:27:28 -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