Fix TestWantsExternalKubeClientSet describe clientset typo

Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>

Kubernetes-commit: a055a96791d5fab5e049c115b9d82db57978c73d
This commit is contained in:
Yuanbin.Chen 2018-06-04 18:32:56 +08:00 committed by Kubernetes Publisher
parent 6048ff7912
commit b90f482746
1 changed files with 1 additions and 1 deletions

View File

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