-
Notifications
You must be signed in to change notification settings - Fork 64
🌱 Moving pkgs to internal/operator-controller/ #1737
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
🌱 Moving pkgs to internal/operator-controller/ #1737
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
8b923bf
to
5d1d1a2
Compare
5d1d1a2
to
edbac13
Compare
I am consolidating |
4c09b1a
to
8cf1eea
Compare
79d7aea
to
b173eb1
Compare
b173eb1
to
685c80e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1737 +/- ##
=======================================
Coverage 67.34% 67.34%
=======================================
Files 61 61
Lines 5236 5236
=======================================
Hits 3526 3526
Misses 1449 1449
Partials 261 261
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
685c80e
to
0cb270e
Compare
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.
/lgtm
Assuming that pass in the CI
I do not see any reason for we do not get it merged.
👍
This partially fixes operator-framework#1707. The intent is to consolidate internal code from operator-controller and catalogd within internal e.g.: catalogd/ - code specific to catalogd internal/ - holds internal code of catalogd and operator-controller. internal/catalogd - holds unexported code specific to catalogd internal/operator-controller - holds unexported code specific to operator-comntroller internal/shared - shared code between catalogd and operator-controller which can not be exported outside. Signed-off-by: Lalatendu Mohanty <[email protected]>
0cb270e
to
7612bd7
Compare
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.
/lgtm
This partially fixes #1707. The intent is to consolidate internal code from operator-controller and catalogd within internal e.g.:
catalogd/ - code specific to catalogd
internal/ - holds internal code of catalogd and operator-controller. internal/catalogd - holds unexported code specific to catalogd internal/operator-controller - holds unexported code specific to operator-comntroller internal/shared - shared code between catalogd and operator-controller which can not be exported outside.
Description
Reviewer Checklist