convert bootstrap controller to posthook to tighten master.go

This commit is contained in:
deads2k
2016-09-30 12:06:54 -04:00
parent 4bf35b6827
commit 5d3a210321
10 changed files with 245 additions and 156 deletions

View File

@@ -34,8 +34,7 @@ func TestMasterExportsSymbols(t *testing.T) {
EnableUISupport: false,
EnableLogsSupport: false,
}
m := &master.Master{
_ = &master.Master{
GenericAPIServer: &genericapiserver.GenericAPIServer{},
}
_ = (m).NewBootstrapController(master.EndpointReconcilerConfig{})
}