-
Notifications
You must be signed in to change notification settings - Fork 364
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 EndpointSlice in Kubernetes Provider #1474
Conversation
* Reconcile relavant EndpointSlices associated with a Service that is referenced in a xRoute * Add the EndpointSlices to the provider message Relates to envoyproxy#1256 Signed-off-by: Arko Dasgupta <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1474 +/- ##
==========================================
+ Coverage 61.40% 61.58% +0.18%
==========================================
Files 79 79
Lines 11459 11545 +86
==========================================
+ Hits 7036 7110 +74
- Misses 3962 3970 +8
- Partials 461 465 +4
|
this's only part of #1256? |
yes, we need to take this data, and parse it in gateway api library which I plan on doing in a follow up PR |
what about |
currently we only support last 3 k8s versions |
Signed-off-by: Arko Dasgupta <[email protected]>
I don't think that's the real world. |
users can always revert to the |
Relates to #1256