Skip to content

Commit 8568d18

Browse files
authored
Merge pull request kubernetes#87189 from tanjunchen/remove-TODO-liuRandom
remove TODO(random-liu): Move pod wait function into this file
2 parents de04f52 + 8b1eb7f commit 8568d18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/e2e/framework/pod/resource.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ func checkPodsCondition(c clientset.Interface, ns string, podNames []string, tim
498498
}
499499

500500
// GetPodLogs returns the logs of the specified container (namespace/pod/container).
501-
// TODO(random-liu): Change this to be a member function of the framework.
502501
func GetPodLogs(c clientset.Interface, namespace, podName, containerName string) (string, error) {
503502
return getPodLogsInternal(c, namespace, podName, containerName, false)
504503
}

0 commit comments

Comments
 (0)