Merge pull request #99682 from chymy/fix-misspelling

Fix misspelling and misgrammar
This commit is contained in:
Kubernetes Prow Robot
2021-09-05 12:46:28 -07:00
committed by GitHub
6 changed files with 13 additions and 13 deletions

View File

@@ -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 {