stop plumbing options to start

This commit is contained in:
deads2k
2016-09-30 13:00:28 -04:00
parent 3933ddbc9a
commit 8eddc7158b
5 changed files with 95 additions and 45 deletions

View File

@@ -101,6 +101,6 @@ func Run(serverOptions *genericoptions.ServerRunOptions) error {
if err := s.InstallAPIGroup(&apiGroupInfo); err != nil {
return fmt.Errorf("Error in installing API: %v", err)
}
s.Run(serverOptions)
s.Run()
return nil
}