-
Notifications
You must be signed in to change notification settings - Fork 345
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: consumer controller loop #516
feat: consumer controller loop #516
Conversation
…onsumer-translator
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
let me rebase and resolve conflicts. |
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Co-authored-by: Alex Zhang <tokers@apache.org>
Co-authored-by: Alex Zhang <tokers@apache.org>
Co-authored-by: Alex Zhang <tokers@apache.org>
Co-authored-by: Alex Zhang <tokers@apache.org>
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
…troller into feat-consumer-controller-loop-merge
Codecov Report
@@ Coverage Diff @@
## master #516 +/- ##
==========================================
- Coverage 36.21% 35.00% -1.22%
==========================================
Files 53 54 +1
Lines 4343 4497 +154
==========================================
+ Hits 1573 1574 +1
- Misses 2558 2711 +153
Partials 212 212
Continue to review full report at Codecov.
|
@@ -164,7 +167,8 @@ func NewController(cfg *config.Config) (*Controller, error) { | |||
watchingNamespace: watchingNamespace, | |||
secretSSLMap: new(sync.Map), | |||
recorder: eventBroadcaster.NewRecorder(scheme.Scheme, v1.EventSource{Component: _component}), | |||
podCache: types.NewPodCache(), | |||
|
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.
Please answer these questions before submitting a pull request
Why submit this pull request?
Bugfix
New feature provided
Improve performance
Backport patches
Related issues
Bugfix
Description
How to fix?
New feature or improvement
Backport patches
Why need to backport?
Source branch
Related commits and pull requests
Target branch