-
Notifications
You must be signed in to change notification settings - Fork 350
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
fix: fix up ep resourceVersion comparison and clean up #901
Conversation
Codecov Report
@@ Coverage Diff @@
## master #901 +/- ##
=======================================
Coverage 32.05% 32.05%
=======================================
Files 71 71
Lines 7775 7775
=======================================
Hits 2492 2492
Misses 5009 5009
Partials 274 274
Continue to review full report at Codecov.
|
@@ -28,7 +28,6 @@ import ( | |||
networkingv1beta1 "k8s.io/api/networking/v1beta1" | |||
"k8s.io/apimachinery/pkg/api/meta" | |||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | |||
v1 "k8s.io/apimachinery/pkg/apis/meta/v1" |
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.
duplicated
updated: apisixTls/ endpointSlice/ secret aslo have this problem. |
good catch. |
maybe need to re-run e2e-test😂 @tao12345666333 |
re-run CI. |
It's green! Thanks! |
Type of change:
What this PR does / why we need it:
Pre-submission checklist:
fix #806 (comment)