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

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

Awesome Lists containing this project

README

          

# controller-utils

[![REUSE status](https://api.reuse.software/badge/github.com/ironcore-dev/controller-utils)](https://api.reuse.software/info/github.com/ironcore-dev/controller-utils)
[![Go Report Card](https://goreportcard.com/badge/github.com/ironcore-dev/controller-utils)](https://goreportcard.com/report/github.com/ironcore-dev/controller-utils)
[![Go Reference](https://pkg.go.dev/badge/github.com/ironcore-dev/controller-utils.svg)](https://pkg.go.dev/github.com/ironcore-dev/controller-utils)
[![Test](https://github.com/ironcore-dev/controller-utils/actions/workflows/test.yml/badge.svg)](https://github.com/ironcore-dev/controller-utils/actions/workflows/test.yml)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
[![GitHub License](https://img.shields.io/static/v1?label=License&message=Apache-2.0&color=blue)](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)