controller-tools
controller-tools copied to clipboard
Tools to use with the controller-runtime libraries
Kubernetes controller-tools Project
The Kubernetes controller-tools Project is a set of go libraries for building Controllers.
Development
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.
Releasing and Versioning
See VERSIONING.md.
Community, discussion, contribution, and support
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: [email protected]
Code of conduct
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.