Unverified Commit 1a162790 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #77659 from imazik/master

Update client-go example README.md (fix typo)
parents 5184b866 25dec55d
......@@ -11,7 +11,7 @@ To enable these plugins in your program, import them in your main package.
You can load all auth plugins:
```go
import _ "k8s.io/client-go/plugin/pkg/client/auth
import _ "k8s.io/client-go/plugin/pkg/client/auth"
```
Or you can load specific auth plugins:
......@@ -48,4 +48,4 @@ import _ "k8s.io/client-go/plugin/pkg/client/auth/openstack"
### Testing
- [**Fake Client**](./fake-client): Use a fake client in tests.
\ No newline at end of file
- [**Fake Client**](./fake-client): Use a fake client in tests.
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