mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 14:53:44 +00:00
fix typo: namspace -> namespace
Signed-off-by: zhangyue <zy675793960@yeah.net>
This commit is contained in:
parent
50e02fd0cc
commit
596a20ca8a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user