Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexandrevilain/controller-tools


https://github.com/alexandrevilain/controller-tools

Last synced: about 17 hours ago
JSON representation

Awesome Lists containing this project

README

        

# controller-tools

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](github.com/alexandrevilain/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.