Merge pull request #5555 from fgrzadkowski/sync_pod_status

Periodically update pod status from kubelet.
This commit is contained in:
Victor Marmol
2015-03-18 10:14:07 -07:00
12 changed files with 95 additions and 47 deletions

View File

@@ -126,6 +126,7 @@ func (f *FakeDockerClient) StartContainer(id string, hostConfig *docker.HostConf
Running: true,
Pid: 42,
},
NetworkSettings: &docker.NetworkSettings{IPAddress: "1.2.3.4"},
}
return f.Err
}