mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
remove TODO(random-liu): Move pod wait function into this file
This commit is contained in:
parent
be26fbc638
commit
8b1eb7f973
@ -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).
|
// 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) {
|
func GetPodLogs(c clientset.Interface, namespace, podName, containerName string) (string, error) {
|
||||||
return getPodLogsInternal(c, namespace, podName, containerName, false)
|
return getPodLogsInternal(c, namespace, podName, containerName, false)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user