Change kublet to serve podInfo instead of containerInfo. Plumb through system.

This commit is contained in:
Daniel Smith
2014-07-01 15:35:56 -07:00
parent 049bc6b6d4
commit 11d6451d2a
10 changed files with 108 additions and 101 deletions

View File

@@ -80,7 +80,7 @@ func New(etcdServers, minions []string, cloud cloudprovider.Interface, minionReg
}
func (m *Master) init(cloud cloudprovider.Interface) {
containerInfo := &client.HTTPContainerInfo{
containerInfo := &client.HTTPPodInfoGetter{
Client: http.DefaultClient,
Port: 10250,
}