mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #71263 from ZYecho/fix-spellings
fix typo: namspace -> namespace
This commit is contained in:
commit
96516bd961
@ -289,7 +289,7 @@ type PodStatus struct {
|
|||||||
ID types.UID
|
ID types.UID
|
||||||
// Name of the pod.
|
// Name of the pod.
|
||||||
Name string
|
Name string
|
||||||
// Namspace of the pod.
|
// Namespace of the pod.
|
||||||
Namespace string
|
Namespace string
|
||||||
// IP of the pod.
|
// IP of the pod.
|
||||||
IP string
|
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)
|
tearDown, apiExtensionClient, dynamicClient, err := fixtures.StartDefaultServerWithClients(t)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
|
Loading…
Reference in New Issue
Block a user