Fix TestWantsExternalKubeClientSet describe clientset typo
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com> Kubernetes-commit: a055a96791d5fab5e049c115b9d82db57978c73d
This commit is contained in:
parent
6048ff7912
commit
b90f482746
|
|
@ -52,7 +52,7 @@ func TestWantsAuthorizer(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestWantsExternalKubeClientSet ensures that the clienset is injected
|
// TestWantsExternalKubeClientSet ensures that the clientset is injected
|
||||||
// when the WantsExternalKubeClientSet interface is implemented by a plugin.
|
// when the WantsExternalKubeClientSet interface is implemented by a plugin.
|
||||||
func TestWantsExternalKubeClientSet(t *testing.T) {
|
func TestWantsExternalKubeClientSet(t *testing.T) {
|
||||||
cs := &fake.Clientset{}
|
cs := &fake.Clientset{}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue