No description
  • Go 98.5%
  • Makefile 1.5%
Find a file
dependabot[bot] 6b479b06c1
Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 (#429)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.2 to 1.36.3.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.36.2...v1.36.3)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-24 15:59:22 +01:00
.github Bump k8s.io/* deps to v0.32.2 (#426) 2025-03-06 12:50:22 +01:00
buildutils Add reuse to project (#318) 2023-11-17 13:48:38 +01:00
clientutils Bump k8s.io/* to v0.29.9 (#402) 2024-10-01 13:09:01 +02:00
cmdutils/switches Add reuse to project (#318) 2023-11-17 13:48:38 +01:00
conditionutils Bump k8s.io/* to v0.29.9 (#402) 2024-10-01 13:09:01 +02:00
configutils Remove the usage of deprecated pointer package (#328) 2023-12-18 14:50:49 +01:00
envtestutils Add reuse to project (#318) 2023-11-17 13:48:38 +01:00
hack Add reuse to project (#318) 2023-11-17 13:48:38 +01:00
kustomizeutils Add reuse to project (#318) 2023-11-17 13:48:38 +01:00
LICENSES Add reuse to project (#318) 2023-11-17 13:48:38 +01:00
metautils Bump k8s.io/* to v0.29.9 (#402) 2024-10-01 13:09:01 +02:00
mock Bump mockgen to v0.5.0 (#410) 2024-11-18 16:37:23 +01:00
modutils Bump k8s.io/* to v0.29.9 (#402) 2024-10-01 13:09:01 +02:00
testdata Add reuse to project (#318) 2023-11-17 13:48:38 +01:00
testutils Add reuse to project (#318) 2023-11-17 13:48:38 +01:00
unstructuredutils Bump k8s.io/* to v0.29.9 (#402) 2024-10-01 13:09:01 +02:00
.gitignore Add inititial packages 2021-09-18 18:38:05 +02:00
.golangci.yml Bump k8s.io/* to v0.29.9 (#402) 2024-10-01 13:09:01 +02:00
CODE_OF_CONDUCT.md Refactoring after project move (#317) 2023-11-17 10:40:14 +01:00
CODEOWNERS Refactoring after project move (#317) 2023-11-17 10:40:14 +01:00
CONTRIBUTING.md Refactoring after project move (#317) 2023-11-17 10:40:14 +01:00
go.mod Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 (#429) 2025-03-24 15:59:22 +01:00
go.sum Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 (#429) 2025-03-24 15:59:22 +01:00
LICENSE Initial commit 2021-09-16 15:15:24 +02:00
Makefile Bump k8s.io/* deps to v0.32.2 (#426) 2025-03-06 12:50:22 +01:00
README.md Add reuse to project (#318) 2023-11-17 13:48:38 +01:00
REUSE.toml Bump k8s.io/* deps to v0.32.2 (#426) 2025-03-06 12:50:22 +01:00

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