Merge pull request #984 from thockin/make_vs_new

Rename a bunch of "Make" functions to "New"
This commit is contained in:
brendandburns
2014-08-20 22:06:57 -07:00
33 changed files with 217 additions and 217 deletions

View File

@@ -106,7 +106,7 @@ func startComponents(manifestURL string) (apiServerURL string) {
storage, codec := m.API_v1beta1()
handler.delegate = apiserver.Handle(storage, codec, "/api/v1beta1")
controllerManager := controller.MakeReplicationManager(cl)
controllerManager := controller.NewReplicationManager(cl)
// Prove that controllerManager's watch works by making it not sync until after this
// test is over. (Hopefully we don't take 10 minutes!)