add service selector cache in endpoint controller and endpointSlice controller
This commit is contained in:
@@ -782,7 +782,7 @@ func TestWaitsForAllInformersToBeSynced2(t *testing.T) {
|
||||
},
|
||||
}
|
||||
endpoints.serviceStore.Add(service)
|
||||
endpoints.enqueueService(service)
|
||||
endpoints.onServiceUpdate(service)
|
||||
endpoints.podsSynced = test.podsSynced
|
||||
endpoints.servicesSynced = test.servicesSynced
|
||||
endpoints.endpointsSynced = test.endpointsSynced
|
||||
|
Reference in New Issue
Block a user