mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 20:03:52 +00:00
Add EndpointReconcilerConfig to master Config
Add EndpointReconcilerConfig to master Config to allow downstream integrators to customize the reconciler and reconciliation interval when starting a customized master.
This commit is contained in:
@@ -37,5 +37,5 @@ func TestMasterExportsSymbols(t *testing.T) {
|
||||
m := &master.Master{
|
||||
GenericAPIServer: &genericapiserver.GenericAPIServer{},
|
||||
}
|
||||
_ = (m).NewBootstrapController()
|
||||
_ = (m).NewBootstrapController(master.EndpointReconcilerConfig{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user