mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-04 07:49:35 +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