-
Notifications
You must be signed in to change notification settings - Fork 109
Grpc impl #929
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
Grpc impl #929
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16 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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #929 +/- ##
==========================================
- Coverage 64.29% 61.23% -3.06%
==========================================
Files 194 206 +12
Lines 19015 19981 +966
==========================================
+ Hits 12225 12236 +11
- Misses 5782 6736 +954
- Partials 1008 1009 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
34445dc
to
3ef89c6
Compare
6d53b20
to
003e8f1
Compare
Signed-off-by: Jian Qiu <jqiu@redhat.com> Enable tls/authn Signed-off-by: Jian Qiu <jqiu@redhat.com> Generat config file of grpc Signed-off-by: Jian Qiu <jqiu@redhat.com> Update decode/encode to work Signed-off-by: Jian Qiu <jqiu@redhat.com> Add lease/event service Signed-off-by: Jian Qiu <jqiu@redhat.com> Add lease store impl Signed-off-by: Jian Qiu <jqiu@redhat.com> add cluster label to kube informers Signed-off-by: Wei Liu <liuweixa@redhat.com> update sdk-go Signed-off-by: Jian Qiu <jqiu@redhat.com>
Signed-off-by: Jian Qiu <jqiu@redhat.com> Enable tls/authn Signed-off-by: Jian Qiu <jqiu@redhat.com> Generat config file of grpc Signed-off-by: Jian Qiu <jqiu@redhat.com> Update decode/encode to work Signed-off-by: Jian Qiu <jqiu@redhat.com> Add lease/event service Signed-off-by: Jian Qiu <jqiu@redhat.com> Add lease store impl Signed-off-by: Jian Qiu <jqiu@redhat.com> add cluster label to kube informers Signed-off-by: Wei Liu <liuweixa@redhat.com> add the grpc config to template Signed-off-by: Wei Liu <liuweixa@redhat.com> add the grpc config to template Signed-off-by: Wei Liu <liuweixa@redhat.com> work service Signed-off-by: Wei Liu <liuweixa@redhat.com> work service Signed-off-by: Wei Liu <liuweixa@redhat.com> support event patch Signed-off-by: Wei Liu <liuweixa@redhat.com> Implement grpc Signed-off-by: Jian Qiu <jqiu@redhat.com> Enable tls/authn Signed-off-by: Jian Qiu <jqiu@redhat.com> Generat config file of grpc Signed-off-by: Jian Qiu <jqiu@redhat.com> Update decode/encode to work Signed-off-by: Jian Qiu <jqiu@redhat.com> Add lease/event service Signed-off-by: Jian Qiu <jqiu@redhat.com> Add lease store impl Signed-off-by: Jian Qiu <jqiu@redhat.com> add cluster label to kube informers Signed-off-by: Wei Liu <liuweixa@redhat.com>
Signed-off-by: Wei Liu <liuweixa@redhat.com>
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-sigs/prow repository. |
add the grpc config to template
Summary
Related issue(s)
Fixes #