-
Notifications
You must be signed in to change notification settings - Fork 351
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
feat: support GatewayClass, refactor gateway modules #1079
Conversation
Signed-off-by: Ling Samuel <[email protected]>
Signed-off-by: Ling Samuel <[email protected]>
Signed-off-by: Ling Samuel <[email protected]>
Signed-off-by: Ling Samuel <[email protected]>
Signed-off-by: Ling Samuel <[email protected]>
please fix CI errors. |
Signed-off-by: Ling Samuel <[email protected]>
Signed-off-by: Ling Samuel <[email protected]>
Signed-off-by: Ling Samuel <[email protected]>
Signed-off-by: Ling Samuel <[email protected]>
Signed-off-by: Ling Samuel <[email protected]>
Signed-off-by: Ling Samuel <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1079 +/- ##
==========================================
+ Coverage 30.83% 32.08% +1.25%
==========================================
Files 77 78 +1
Lines 9140 8795 -345
==========================================
+ Hits 2818 2822 +4
+ Misses 6019 5666 -353
- Partials 303 307 +4
Continue to review full report at Codecov.
|
// FIXME: Controller should be the Core Part, | ||
// Provider should act as "EventHandler", register there functions to Controller |
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.
Will it be implemented in a follow-up PR?
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.
Yes. The core concept here is that the providers shouldn't interact directly with the controller's field, for example add event handlers directly to the informers.
Co-authored-by: Jintao Zhang <[email protected]>
Signed-off-by: Ling Samuel [email protected]
Type of change: