Merge pull request #71263 from ZYecho/fix-spellings

fix typo: namspace -> namespace
This commit is contained in:
k8s-ci-robot
2018-11-30 06:33:50 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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)