Rename master/options/{APIServer -> ServerRunOptions}

This commit is contained in:
Dr. Stefan Schimanski
2016-10-25 09:18:05 +02:00
parent d6dc0e561f
commit b798527793
7 changed files with 13 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ import (
// NewKubeAPIServer creates a new hyperkube Server object that includes the
// description and flags.
func NewKubeAPIServer() *Server {
s := options.NewAPIServer()
s := options.NewServerRunOptions()
hks := Server{
SimpleUsage: "apiserver",