The Kubernetes controller-tools Project is a set of go libraries for building Controllers.
Clone this project, and iterate on changes by running ./test.sh
.
This project uses Go modules to manage its dependencies, so feel free to work from outside
of your GOPATH
. However, if you'd like to continue to work from within your GOPATH
, please
export GO111MODULE=on
.
Learn how to engage with the Kubernetes community on the community page.
controller-tools is a subproject of the kubebuilder project in sig apimachinery.
You can reach the maintainers of this project at:
- Slack channel: #kubebuilder
- Google Group: kubebuilder@googlegroups.com
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.