mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #74945 from liucimin/fix_e2e_test_typo
Typo fix in e2e test description message: defaut->default
This commit is contained in:
		@@ -45,7 +45,7 @@ func getTestTaint() v1.Taint {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Create a defaut pod for this test, with argument saying if the Pod should have
 | 
					// Create a default pod for this test, with argument saying if the Pod should have
 | 
				
			||||||
// toleration for Taits used in this test.
 | 
					// toleration for Taits used in this test.
 | 
				
			||||||
func createPodForTaintsTest(hasToleration bool, tolerationSeconds int, podName, podLabel, ns string) *v1.Pod {
 | 
					func createPodForTaintsTest(hasToleration bool, tolerationSeconds int, podName, podLabel, ns string) *v1.Pod {
 | 
				
			||||||
	grace := int64(1)
 | 
						grace := int64(1)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user