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