mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 16:06:51 +00:00
Merge pull request #5555 from fgrzadkowski/sync_pod_status
Periodically update pod status from kubelet.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user