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

Refactor reconcilers and remove foldin func #2553

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

manno
Copy link
Member

@manno manno commented Jun 25, 2024

Move SetupWithManager before Reconcile

We often lookup what triggers a reconcile, though receiver funcs are not
alphabetically sorted anymore, this should be easier to find now.

Inline foldInDeployments

Targets returns a list of targets and an error.
foldInDeployments cleverly mutated the returned list. No more.

manno added 2 commits June 25, 2024 15:48
Targets returns a list of targets and an error.
foldInDeployments cleverly mutated the returned list.
We often lookup what triggers a reconcile, though receiver funcs are not
alphabetically sorted anymore, this should be easier to find now.
@manno manno requested a review from a team as a code owner June 25, 2024 13:57
Copy link
Contributor

@0xavi0 0xavi0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@manno manno merged commit c220a0d into main Jun 26, 2024
8 checks passed
@manno manno deleted the refactor-reconcilers-and-remove-foldin-func branch June 26, 2024 07:56
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.

2 participants