Skip to content

Commit 1a16279

Browse files
authored
Merge pull request kubernetes#77659 from imazik/master
Update client-go example README.md (fix typo)
2 parents 5184b86 + 25dec55 commit 1a16279

File tree

1 file changed

+2
-2
lines changed
  • staging/src/k8s.io/client-go/examples

1 file changed

+2
-2
lines changed

staging/src/k8s.io/client-go/examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To enable these plugins in your program, import them in your main package.
1111

1212
You can load all auth plugins:
1313
```go
14-
import _ "k8s.io/client-go/plugin/pkg/client/auth
14+
import _ "k8s.io/client-go/plugin/pkg/client/auth"
1515
```
1616

1717
Or you can load specific auth plugins:
@@ -48,4 +48,4 @@ import _ "k8s.io/client-go/plugin/pkg/client/auth/openstack"
4848

4949
### Testing
5050

51-
- [**Fake Client**](./fake-client): Use a fake client in tests.
51+
- [**Fake Client**](./fake-client): Use a fake client in tests.

0 commit comments

Comments
 (0)