mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Merge pull request #99682 from chymy/fix-misspelling
Fix misspelling and misgrammar
This commit is contained in:
@@ -122,7 +122,7 @@ func pfPod(expectedClientData, chunks, chunkSize, chunkIntervalMillis string, bi
|
||||
}
|
||||
}
|
||||
|
||||
// WaitForTerminatedContainer wait till a given container be terminated for a given pod.
|
||||
// WaitForTerminatedContainer waits till a given container be terminated for a given pod.
|
||||
func WaitForTerminatedContainer(f *framework.Framework, pod *v1.Pod, containerName string) error {
|
||||
return e2epod.WaitForPodCondition(f.ClientSet, f.Namespace.Name, pod.Name, "container terminated", framework.PodStartTimeout, func(pod *v1.Pod) (bool, error) {
|
||||
if len(testutils.TerminatedContainers(pod)[containerName]) > 0 {
|
||||
|
Reference in New Issue
Block a user