apiserver: Update a comment

Kubernetes-commit: 6066246656f532beb04b74e5ea3959e08ecb375b
This commit is contained in:
YAMAMOTO Takashi 2019-03-11 15:23:26 +09:00 committed by Kubernetes Publisher
parent bb3fa24fe4
commit 0acf11d3c3
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ func (s *SecureServingInfo) Serve(handler http.Handler, shutdownTimeout time.Dur
return RunServer(secureServer, s.Listener, shutdownTimeout, stopCh)
}
// RunServer listens on the given port if listener is not given,
// then spawns a go-routine continuously serving until the stopCh is closed.
// RunServer spawns a go-routine continuously serving until the stopCh is
// closed.
// It returns a stoppedCh that is closed when all non-hijacked active requests
// have been processed.
// This function does not block