https://github.com/ironcore-dev/controller-utils
Utility library for writing Kubernetes controllers
https://github.com/ironcore-dev/controller-utils
controller-runtime golang kubernetes onmetal-api util
Last synced: 9 months ago
JSON representation
Utility library for writing Kubernetes controllers
- Host: GitHub
- URL: https://github.com/ironcore-dev/controller-utils
- Owner: ironcore-dev
- License: apache-2.0
- Created: 2021-09-16T13:15:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T07:32:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T08:36:46.138Z (almost 2 years ago)
- Topics: controller-runtime, golang, kubernetes, onmetal-api, util
- Language: Go
- Homepage:
- Size: 684 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# controller-utils
[](https://api.reuse.software/info/github.com/ironcore-dev/controller-utils)
[](https://goreportcard.com/report/github.com/ironcore-dev/controller-utils)
[](https://pkg.go.dev/github.com/ironcore-dev/controller-utils)
[](https://github.com/ironcore-dev/controller-utils/actions/workflows/test.yml)
[](https://makeapullrequest.com)
[](LICENSE)
## Overview
controller-utils contains common functionality used across multiple controllers in the ironcore-dev organization.
## Installation, Usage and Development
To use the library in your project, just run
```shell
go get github.com/ironcore-dev/controller-utils
```
## License
[Apache-2.0](LICENSE)