You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: