This project provides a set of tools and code libraries to facilitate the development of operators in Go based on controller-runtime.
All packages are originally comming from temporal-operator. I found that many packages where generic enough to be moved to a common library.
Current status: Work in progress, I moved everything from the orignal project. Some tests and godoc are missing. Feel free to contribute.
Getting Started
To use this project, you will need to have Go installed on your machine. Once you have installed Go, you can clone this repository to your local machine.
Prerequisites
Go 1.20 or higher
Installing
To install the project, simply run the following command:
go get github.com/alexandrevilain/controller-tools
Usage
To use the project, import the necessary packages in your Go code and start using them. Refer to the documentation for more information on the available packages and their usage.
Contributing
Contributions are welcome!
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Acknowledgments
This project was inspired by the Kubernetes controller-runtime library and aims to provide additional tools and code libraries to simplify the development of operators in Go. Special thanks to the contributors who have helped make this project possible.