-
Notifications
You must be signed in to change notification settings - Fork 34
Move controllers
to internal/controllers
#519
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
Move controllers
to internal/controllers
#519
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qbarrand The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kubernetes-sigs-kmm ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
94bd30a
to
fd50e1b
Compare
controllers
to internal/controllers
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #519 +/- ##
==========================================
- Coverage 80.24% 80.00% -0.24%
==========================================
Files 43 43
Lines 4439 4446 +7
==========================================
- Hits 3562 3557 -5
- Misses 720 732 +12
Partials 157 157
☔ View full report in Codecov by Sentry. |
/lgtm |
Rename NodeModulesConfigReconciler to NMCReconciler. Use private interfaces for the NMCReconciler for consistency.
fd50e1b
to
718405b
Compare
@yevgeny-shnaidman PTAL |
/lgtm |
…netes-sigs#715) Rename NodeModulesConfigReconciler to NMCReconciler. Use private interfaces for the NMCReconciler for consistency. Upstream-Commit: 7e339cb
Rename
NodeModulesConfigReconciler
toNMCReconciler
.Use private interfaces for the
NMCReconciler
for consistency./cc @yevgeny-shnaidman