Fix TestWantsExternalKubeClientSet describe clientset typo

Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This commit is contained in:
Yuanbin.Chen 2018-06-04 18:32:56 +08:00
parent 1635393bd1
commit a055a96791

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.
func TestWantsExternalKubeClientSet(t *testing.T) {
cs := &fake.Clientset{}