Files
go-base/README.md
Aaron Crickenberger 773a9bd0a4 Remove link to kubernetes-client/community
Point directly to the file that the kubernetes/community link was
pointing to
2018-08-23 10:49:26 -07:00

13 lines
621 B
Markdown

# go-base
This is the utility part of the [go client](https://github.com/kubernetes-client/go). It has been added to the main
repo using git submodules.
For more information refer to [clients-library-structure](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-client-structure-proposal.md).
# Development
Any changes to utilites in this repo should be send as a PR to this repo. After
the PR is merged, developers should create another PR in the main repo to update
the submodule.
For more details on how to contribute, please see [CONTRIBUTING.md](CONTRIBUTING.md).