Commit be725e07 authored by YuxiJin-tobeyjin's avatar YuxiJin-tobeyjin

correcting spell mistake

parent 290a0eda
...@@ -142,7 +142,7 @@ func ensurePodsAreRemovedWhenNamespaceIsDeleted(f *framework.Framework) { ...@@ -142,7 +142,7 @@ func ensurePodsAreRemovedWhenNamespaceIsDeleted(f *framework.Framework) {
} }
go func() { go func() {
_, err = f.ClientSet.Core().Pods(namespace.Name).Create(podB) _, err = f.ClientSet.Core().Pods(namespace.Name).Create(podB)
// This error is ok, beacuse we will delete the pod before it completes initialization // This error is ok, because we will delete the pod before it completes initialization
framework.Logf("error from create uninitialized namespace: %v", err) framework.Logf("error from create uninitialized namespace: %v", err)
}() }()
podB = waitForPodInNamespace(f.ClientSet, namespace.Name, podB.Name) podB = waitForPodInNamespace(f.ClientSet, namespace.Name, podB.Name)
......
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