mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #77659 from imazik/master
Update client-go example README.md (fix typo)
This commit is contained in:
commit
1a162790f6
@ -11,7 +11,7 @@ To enable these plugins in your program, import them in your main package.
|
|||||||
|
|
||||||
You can load all auth plugins:
|
You can load all auth plugins:
|
||||||
```go
|
```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:
|
Or you can load specific auth plugins:
|
||||||
|
Loading…
Reference in New Issue
Block a user