kubernetes/pkg/master
Kelsey Hightower 6d1be5f0ee Add master.Config type and cleanup master configuration
Setting up a new master.Master instance requires passing
around too many arguments.

Add a master.Config type and group related master configs.
Refactor all commands to instantiate new masters using a
master.Config struct.
2014-07-26 22:07:24 -07:00
..
doc.go Refactor apiserver command; move logic to a package for reuse and eventual testing 2014-06-15 23:30:58 -07:00
master.go Add master.Config type and cleanup master configuration 2014-07-26 22:07:24 -07:00
pod_cache_test.go Change kublet to serve podInfo instead of containerInfo. Plumb through system. 2014-07-01 16:41:10 -07:00
pod_cache.go PodInfo should indicate when a pod is not found 2014-07-18 13:32:10 -04:00