feat: Support EndpointSlice in Kubernetes Provider#1474
feat: Support EndpointSlice in Kubernetes Provider#1474zirain merged 3 commits intoenvoyproxy:mainfrom
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