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:
Andy Goldstein
2016-06-24 11:25:46 -04:00
parent eedc438da9
commit b55cede866
3 changed files with 56 additions and 12 deletions

View File

@@ -37,5 +37,5 @@ func TestMasterExportsSymbols(t *testing.T) {
m := &master.Master{
GenericAPIServer: &genericapiserver.GenericAPIServer{},
}
_ = (m).NewBootstrapController()
_ = (m).NewBootstrapController(master.EndpointReconcilerConfig{})
}