published by bot

copied from https://github.com/kubernetes/kubernetes.git
last commit is 352fdd77e100958c7b67fb2f99cdea14c5438d84
This commit is contained in:
Kubernetes Publisher 2016-08-26 20:22:12 +00:00
parent 294573fbea
commit fb302effa4

View File

@ -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