kubernetes/pkg/api
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
..
doc.go Address package level comments for readability. 2014-06-12 20:26:12 -07:00
helper_test.go Test rejection of bad JSON. 2014-06-26 19:27:56 -04:00
helper.go Fixes golint errors in pkg/api 2014-07-08 16:08:58 +09:00
types.go Add watch mechanism to apiserver 2014-07-18 16:47:17 -07:00
validation_test.go Added HasAll utility method for string set. 2014-07-18 13:19:55 -07:00
validation.go API modified to use source; now supports EmptyDirectory 2014-07-17 15:25:50 -07:00