mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Typo fix in e2e test description message: defaut->default
This commit is contained in:
parent
465f7ebf43
commit
2179ca23c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
func createPodForTaintsTest(hasToleration bool, tolerationSeconds int, podName, podLabel, ns string) *v1.Pod {
|
||||
grace := int64(1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue