-
Notifications
You must be signed in to change notification settings - Fork 460
fix: proxy creation/deletion error handling in GatewayNamespace mode #5954
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
Conversation
Signed-off-by: zirain <[email protected]>
cc @cnvergence |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5954 +/- ##
==========================================
+ Coverage 65.80% 65.84% +0.03%
==========================================
Files 217 217
Lines 36013 36016 +3
==========================================
+ Hits 23699 23715 +16
+ Misses 10834 10824 -10
+ Partials 1480 1477 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
thanks for handling this @zirain
internal/infrastructure/kubernetes/ratelimit/resource_provider.go
Outdated
Show resolved
Hide resolved
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
internal/infrastructure/kubernetes/proxy/resource_provider_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: zirain <[email protected]>
/retest |
…(#5954) * fix: proxy creation/deletion error handling in GatewayNamespace mode Signed-off-by: zirain <[email protected]> * nit Signed-off-by: zirain <[email protected]> * nit Signed-off-by: zirain <[email protected]> * more nit Signed-off-by: zirain <[email protected]> --------- Signed-off-by: zirain <[email protected]> Signed-off-by: melsal13 <[email protected]>
fixes: #5952