Skip to content

Commit 8b1eb7f

Browse files
committed
remove TODO(random-liu): Move pod wait function into this file
1 parent be26fbc commit 8b1eb7f

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)