Change my TODO to be the same with others

This commit is contained in:
Random-Liu
2015-12-31 00:41:05 -08:00
parent adb0da005e
commit b2a72ca384
7 changed files with 14 additions and 14 deletions

View File

@@ -144,7 +144,7 @@ func (kl *Kubelet) runPod(pod *api.Pod, retryDelay time.Duration) error {
// isPodRunning returns true if all containers of a manifest are running.
func (kl *Kubelet) isPodRunning(pod *api.Pod, runningPod container.Pod) (bool, error) {
// TODO (random-liu) Change this to new pod status
// TODO(random-liu): Change this to new pod status
status, err := kl.containerRuntime.GetAPIPodStatus(pod)
if err != nil {
glog.Infof("Failed to get the status of pod %q: %v", format.Pod(pod), err)