-
Notifications
You must be signed in to change notification settings - Fork 235
feat: move ReconcileUtils methods to ResourceOperations accessible from Context #3142
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
base: next
Are you sure you want to change the base?
Conversation
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
|
I was thinking that maybe instead of
Actually, the second solution is rather ugly and would be breaking the API anyway… |
|
Based on my last comment, I think we could keep the |
xstefank
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason, I'm allergic tothe word "facade" :D
I think sth like context.operatorUtils(), context.operations(), context.sdkOperations() would be better
Naming is always a good question :) Maybe |
just saw your comment now, why are you allergic? it is actually quite expressing notion |
|
For me utils suffix always impies some static functions... |
|
I'd vote for |
Sounds good, will change it, and finalize the PR. Thank you! |
|
I personally always find facade as an indication of an unnecessary abstraction layer. sound good to me too, now only misses an implementation |
Signed-off-by: Attila Mészáros a_meszaros@apple.com