Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(controllers): implement ObjectReconciler #113

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

terinjokes
Copy link
Contributor

With controller-runtime 0.17.0, reconcilers can be generic over client.Object objects, which can be used to reduce the boilerplate of returning requests into typed objects in the standard reconciler case over Kubernetes objects.

This changeset implements both origin-ca-issuer reconcilers as ObjectReconcilers, and upgrades controller-runtime to 0.17.0 to use the new feature.

With controller-runtime 0.17.0, reconcilers can be generic over
client.Object objects, which can be used to reduce the boilerplate of
returning requests into typed objects in the standard reconciler case
over Kubernetes objects.

This changeset implements both origin-ca-issuer reconcilers as
ObjectReconcilers, and upgrades controller-runtime to 0.17.0 to use the
new feature.
@terinjokes terinjokes requested a review from a team January 30, 2024 00:40
@terinjokes terinjokes merged commit 000367f into trunk Jan 30, 2024
11 checks passed
@terinjokes terinjokes deleted the terin/objectreconciler branch January 30, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants