Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Explore: how can go generic can benefit reconcilers #163

Closed
scothis opened this issue Dec 2, 2021 · 0 comments · Fixed by #349
Closed

Explore: how can go generic can benefit reconcilers #163

scothis opened this issue Dec 2, 2021 · 0 comments · Fixed by #349
Labels

Comments

@scothis
Copy link
Contributor

scothis commented Dec 2, 2021

Reconciler runtime reconcilers operate in a pseudo-generic fashion today via reflection. We should explore how proper generic support coming in golang can simplify the current model.

The biggest change will likely be that function fields would no longer need to be defined as interface{} and validation reflectively at runtime.

This issue should be updated based on findings and the proposed path forward (if any).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant