Merge pull request #87189 from tanjunchen/remove-TODO-liuRandom

remove TODO(random-liu): Move pod wait function into this file
This commit is contained in:
Kubernetes Prow Robot 2020-01-14 17:23:20 -08:00 committed by GitHub
commit 8568d1843d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
}