mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix misspelling and misgrammar
Signed-off-by: chymy <chang.min1@zte.com.cn>
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