remove TODO(random-liu): Move pod wait function into this file

This commit is contained in:
tanjunchen 2020-01-14 18:36:50 +08:00
parent be26fbc638
commit 8b1eb7f973

View File

@ -498,7 +498,6 @@ func checkPodsCondition(c clientset.Interface, ns string, podNames []string, tim
}
// GetPodLogs returns the logs of the specified container (namespace/pod/container).
// TODO(random-liu): Change this to be a member function of the framework.
func GetPodLogs(c clientset.Interface, namespace, podName, containerName string) (string, error) {
return getPodLogsInternal(c, namespace, podName, containerName, false)
}