Commit a055a967 authored by Yuanbin.Chen's avatar Yuanbin.Chen

Fix TestWantsExternalKubeClientSet describe clientset typo

parent 1635393b
......@@ -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{}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment