Replies: 3 comments 3 replies
-
Yes, it can be reused (or should be, not sure if tested), just make sure that the actual reconciles have the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Let us know if you have any issues, but yes, it should work, provided your reconcilers are properly typed and annotated. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be a great addition to the website, or a sample. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi again!
I am thinking of the approach to follow when having multiple CRD versions. What is the recommended approach? As I think 95% of the code (in reconcilers, etc) can be reused...could I just inherit the Reconcilers so they use the new versions and just change some few lines on some methods? Would that work?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions