-
Notifications
You must be signed in to change notification settings - Fork 36
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
refactor(HACBS-2381): refactor main file #215
base: main
Are you sure you want to change the base?
Conversation
The operator-toolkit has been already released and operator-goodies is deprecated. Signed-off-by: David Moreno García <[email protected]>
This change is focused on webhooks. It increases consistency and follow operator-toolkit best practices. Signed-off-by: David Moreno García <[email protected]>
This change is focused on controllers. It increases consistency and follow operator-toolkit best practices. Signed-off-by: David Moreno García <[email protected]>
This change is focused on the syncer. It increases consistency and follow operator-toolkit best practices. Signed-off-by: David Moreno García <[email protected]>
This change is focused on the loader. It increases consistency and follow operator-toolkit best practices. Signed-off-by: David Moreno García <[email protected]>
Signed-off-by: David Moreno García <[email protected]>
The refactor is focused on extracting the logic into smaller functions. Signed-off-by: David Moreno García <[email protected]>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #215 +/- ##
==========================================
- Coverage 85.66% 85.61% -0.06%
==========================================
Files 24 23 -1
Lines 1479 1453 -26
==========================================
- Hits 1267 1244 -23
+ Misses 152 150 -2
+ Partials 60 59 -1
☔ View full report in Codecov by Sentry. |
This depends on #214 and also includes all of its changes. Given that, I am not really sure how this is ready for review |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The refactor is focused on extracting the logic into smaller functions.
Depends on #214