Commit 596a20ca authored by zhangyue's avatar zhangyue

fix typo: namspace -> namespace

parent 50e02fd0
......@@ -289,7 +289,7 @@ type PodStatus struct {
ID types.UID
// Name of the pod.
Name string
// Namspace of the pod.
// Namespace of the pod.
Namespace string
// IP of the pod.
IP string
......
......@@ -127,7 +127,7 @@ func TestInternalVersionIsHandlerVersion(t *testing.T) {
}
}
func TestVersionedNamspacedScopedCRD(t *testing.T) {
func TestVersionedNamespacedScopedCRD(t *testing.T) {
tearDown, apiExtensionClient, dynamicClient, err := fixtures.StartDefaultServerWithClients(t)
if err != nil {
t.Fatal(err)
......
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