k3s/pkg
Victor Marmol b131da1cf5 Sync pods asynchronously in the Kubelet.
This makes two main changes:
- Runs syncPod in a separate Go routine (and enforces only one of those
  runs at a time).
- Uses the pod list to determine if a container should be running or
  should be killed (used to use the output of syncPod).

Since Docker pulls are synchronized by the Docker daemon we still block
on that, but pods can now be removed and prepared for starting without
blocking on long pulls.
2014-07-24 13:47:51 -07:00
..
api Refactor Kubelet config sources for clarity 2014-07-21 21:18:36 -04:00
apiserver HandleIndex when URL.Path == "/" 2014-07-22 14:12:16 -07:00
client Split httpWatcher into watch.StreamWatcher and tools.APIEventDecoder. 2014-07-21 16:07:58 -07:00
cloudprovider Fixes golint errors in pkg/cloudprovider 2014-07-10 20:46:56 +09:00
controller Split httpWatcher into watch.StreamWatcher and tools.APIEventDecoder. 2014-07-21 16:07:58 -07:00
health Improve test coverage for the health package and remove mocks 2014-07-21 15:30:29 -07:00
healthz add tests for the healthz package 2014-07-20 12:28:02 -07:00
httplog add tests for the httplog package 2014-07-20 11:26:13 -07:00
kubecfg Merge pull request #548 from kelseyhightower/improve_kubecfg_tests 2014-07-23 09:50:21 -07:00
kubelet Sync pods asynchronously in the Kubelet. 2014-07-24 13:47:51 -07:00
labels Eliminates tautological comments 2014-07-15 20:58:01 +09:00
master integrate minion health checking and caching. 2014-07-21 21:52:33 -04:00
proxy Revert "assorted formatting and typo fixes" 2014-07-18 17:16:30 -07:00
registry Improve test coverage for the health package and remove mocks 2014-07-21 15:30:29 -07:00
scheduler Merge branch 'master' into fix/golint 2014-07-15 20:57:47 +09:00
tools Merge pull request #505 from lavalamp/clientWatch 2014-07-21 22:11:02 -04:00
util Revert "assorted formatting and typo fixes" 2014-07-18 17:16:30 -07:00
version update version package when building. 2014-07-02 15:32:30 -07:00
volume Adds a flag to specify root working directory. 2014-07-24 13:04:05 -07:00
watch Split httpWatcher into watch.StreamWatcher and tools.APIEventDecoder. 2014-07-21 16:07:58 -07:00