refactor names for the apiserver handling chain

This commit is contained in:
deads2k
2017-05-04 14:18:38 -04:00
parent 3a81a86034
commit 4389f71576
26 changed files with 230 additions and 285 deletions

View File

@@ -236,7 +236,7 @@ func startMasterOrDie(masterConfig *master.Config, incomingServer *httptest.Serv
masterConfig.GenericConfig.LoopbackClientConfig.BearerToken = privilegedLoopbackToken
m, err := masterConfig.Complete().New()
m, err := masterConfig.Complete().New(genericapiserver.EmptyDelegate)
if err != nil {
glog.Fatalf("error in bringing up the master: %v", err)
}