mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-20 21:57:09 -04:00
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. |
||
|---|---|---|
| .. | ||
| controller | ||
| reconcilers | ||
| storageversionhashdata | ||
| client_util.go | ||
| controller.go | ||
| controller_test.go | ||
| doc.go | ||
| import_known_versions.go | ||
| import_known_versions_test.go | ||
| instance.go | ||
| instance_test.go | ||
| OWNERS | ||
| services.go | ||