Added events publishing for topologyHints changes

This commit is contained in:
Lior Lieberman
2022-11-02 12:15:40 +00:00
parent 6691876326
commit 4faede03fa
7 changed files with 220 additions and 36 deletions

View File

@@ -164,6 +164,7 @@ func NewController(podInformer coreinformers.PodInformer,
endpointSliceTracker: c.endpointSliceTracker,
metricsCache: endpointslicemetrics.NewCache(maxEndpointsPerSlice),
topologyCache: c.topologyCache,
eventRecorder: c.eventRecorder,
}
return c