kubernetes/pkg/controlplane/reconcilers
Dan Winship 217f720c72 Fix up some kubernetes service reconciling code organization.
When the endpoint reconcilers got split out of pkg/controlplane,
GetMasterServiceUpdateIfNeeded() got moved to
pkg/controlplane/reconcilers, even though it needs to be kept in sync
with CreateOrUpdateMasterServiceIfNeeded() which stayed in
pkg/controlplane. (And everything else in pkg/controlplane/reconcilers
is about the Endpoints not the Service anyway.) So move it back.

On the flip side, the implementation of masterCountEndpointReconciler
got moved to pkg/controlplane/reconcilers, but its unit tests didn't.
So belatedly fix that.
2022-05-26 13:39:54 -04:00
..
doc.go
endpointsadapter_test.go Update controlplane to use EndpointSlice V1 API 2021-03-06 20:05:24 -08:00
endpointsadapter.go Update controlplane to use EndpointSlice V1 API 2021-03-06 20:05:24 -08:00
instancecount_test.go Fix up some kubernetes service reconciling code organization. 2022-05-26 13:39:54 -04:00
instancecount.go Fix up some kubernetes service reconciling code organization. 2022-05-26 13:39:54 -04:00
lease_test.go Destroy endpoints-reconciler lease storage on shutdown 2022-05-05 13:45:48 +02:00
lease.go Destroy endpoints-reconciler lease storage on shutdown 2022-05-05 13:45:48 +02:00
none.go Destroy endpoints-reconciler lease storage on shutdown 2022-05-05 13:45:48 +02:00
reconcilers.go Destroy endpoints-reconciler lease storage on shutdown 2022-05-05 13:45:48 +02:00