Commit a3ccdfaa authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #31466 from caesarxuchao/minor-doc

Automatic merge from submit-queue minor client-go doc change I'll test is after https://github.com/kubernetes/k8s.io/pull/8 is merged.
parents 36a6aee2 0c88db3f
...@@ -18,7 +18,7 @@ client-go has the same release cycle as the Kubernetes main repository. For exam ...@@ -18,7 +18,7 @@ client-go has the same release cycle as the Kubernetes main repository. For exam
### How to get it ### 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 ### Reporting bugs
......
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