Commit 2179ca23 authored by liucimin's avatar liucimin

Typo fix in e2e test description message: defaut->default

parent 465f7ebf
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment