client-go issues should be reported at this repo now

This commit is contained in:
Chao Xu 2017-02-21 16:41:33 -08:00
parent bcde30fb7e
commit f163222bdd

View File

@ -17,7 +17,6 @@ will give you head and doesn't handle the dependencies well.
- [How to get it](#how-to-get-it) - [How to get it](#how-to-get-it)
- [How to use it](#how-to-use-it) - [How to use it](#how-to-use-it)
- [Dependency management](#dependency-management) - [Dependency management](#dependency-management)
- [Reporting bugs](#reporting-bugs)
- [Contributing code](#contributing-code) - [Contributing code](#contributing-code)
### What's included ### What's included
@ -141,9 +140,5 @@ If your application depends on a package that client-go depends on, and you let
* run `godep restore` ([godep](https://github.com/tools/godep)) in the client-go/ folder, then remove the vendor folder of client-go. Then the packages in your GOPATH will be the only copy * run `godep restore` ([godep](https://github.com/tools/godep)) in the client-go/ folder, then remove the vendor folder of client-go. Then the packages in your GOPATH will be the only copy
* or run `godep save` in your application folder to flatten all dependencies. * or run `godep save` in your application folder to flatten all dependencies.
### Reporting bugs
Please report bugs to the main Kubernetes [repository](https://github.com/kubernetes/kubernetes/issues/new).
### Contributing code ### Contributing code
Please send pull requests against the client packages in the Kubernetes main [repository](https://github.com/kubernetes/kubernetes), and run the `/staging/copy.sh` script to update the staging area in the main repository. Changes in the staging area will be published to this repository every day. Please send pull requests against the client packages in the Kubernetes main [repository](https://github.com/kubernetes/kubernetes), and run the `/staging/copy.sh` script to update the staging area in the main repository. Changes in the staging area will be published to this repository every day.