kubernetes/pkg
Daniel Smith eda30d4f20 Add watch mechanism to apiserver
Implemented via HTTP and websocket. A test is present but this isn't
yet wired into anything.

Eventual purpose of this is to allow a scheduler to watch for new pods.
Or allow replication controller to watch for new items it controlls.
Generally, it'll be good to turn everything possible into a push instead
of a poll.
2014-07-18 16:47:17 -07:00
..
api Add watch mechanism to apiserver 2014-07-18 16:47:17 -07:00
apiserver Add watch mechanism to apiserver 2014-07-18 16:47:17 -07:00
client PodInfo should indicate when a pod is not found 2014-07-18 13:32:10 -04:00
cloudprovider Fixes golint errors in pkg/cloudprovider 2014-07-10 20:46:56 +09:00
controller Remove some verbose logging 2014-07-18 10:48:21 -04:00
health fix typo 2014-07-18 14:13:55 +09:00
healthz Fixes golint errors in pkg/healthz 2014-07-16 21:59:23 +09:00
httplog Add watch mechanism to apiserver 2014-07-18 16:47:17 -07:00
kubecfg Fixes golint errors in pkg/kubecfg 2014-07-15 22:56:17 +09:00
kubelet Merge pull request #512 from smarterclayton/communicate_missing_pod_info 2014-07-18 13:03:16 -07:00
labels Eliminates tautological comments 2014-07-15 20:58:01 +09:00
master PodInfo should indicate when a pod is not found 2014-07-18 13:32:10 -04:00
proxy Insert a couple of sleeps to slow things down. 2014-07-18 09:24:01 -07:00
registry Merge pull request #512 from smarterclayton/communicate_missing_pod_info 2014-07-18 13:03:16 -07:00
scheduler Merge branch 'master' into fix/golint 2014-07-15 20:57:47 +09:00
tools Make RESTful operations return 404 Not Found when the target resource 2014-07-18 14:16:56 +09:00
util Added HasAll utility method for string set. 2014-07-18 13:19:55 -07:00
version update version package when building. 2014-07-02 15:32:30 -07:00
volume API modified to use source; now supports EmptyDirectory 2014-07-17 15:25:50 -07:00
watch Add watch mechanism to apiserver 2014-07-18 16:47:17 -07:00