Categorygithub.com/ironcore-dev/controller-utils
repository
0.9.5
Repository: https://github.com/ironcore-dev/controller-utils.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package clientutils provides utilities for working with the client package of controller-runtime.
No description provided by the author
Package conditionutils simplifies condition handling with any structurally compatible condition (comparable to a sort of duck-typing) via go reflection.
No description provided by the author
No description provided by the author
No description provided by the author
Package metautils provides utilities to work with objects on the meta layer.
No description provided by the author
No description provided by the author
No description provided by the author
Package unstructuredutils provides utilities working with the unstructured.Unstructured type.

# README

controller-utils

REUSE status Go Report Card Go Reference Test PRs Welcome GitHub 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

go get github.com/ironcore-dev/controller-utils

License

Apache-2.0