-
Notifications
You must be signed in to change notification settings - Fork 114
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 network controller namespace handlers #513
Refactor network controller namespace handlers #513
Conversation
Move namespace handlers to its own named function in `SriovNetworkReconciler` and `SriovIBNetworkReconciler`. These changes aim to reduce complexity and increase readability. Signed-off-by: Andrea Panattoni <[email protected]>
Thanks for your PR,
To skip the vendors CIs use one of:
|
Pull Request Test Coverage Report for Build 6335965039
💛 - Coveralls |
LGTM |
lgtm |
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
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
not sure ocp failure is related to this PR. i see no logs. re-triggered the job. @zeeke feel free to self merge this one if you see failure is non related to this PR |
All checks are green now. We probably hit a CI flake. Merging |
Move namespace handlers to its own named function in
SriovNetworkReconciler
andSriovIBNetworkReconciler
. These changes aim to reduce complexity and increase readability.cc @bn222