mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
minor client-go doc change
This commit is contained in:
parent
d836b248b2
commit
0c88db3fa5
@ -18,7 +18,7 @@ client-go has the same release cycle as the Kubernetes main repository. For exam
|
||||
|
||||
### How to get it
|
||||
|
||||
You can `go get` a release of client-go, e.g., `go get k8s.io/client-go/1.4`.
|
||||
You can `go get` a release of client-go, e.g., `go get k8s.io/client-go/1.4/...` for the whole thing or `go get k8s.io/client-go/1.4/kubernetes` if you just need the clientset.
|
||||
|
||||
### Reporting bugs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user