mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Merge pull request #75253 from yamt/update-a-comment
apiserver: Update a comment
This commit is contained in:
commit
703108860e
@ -117,8 +117,8 @@ func (s *SecureServingInfo) Serve(handler http.Handler, shutdownTimeout time.Dur
|
|||||||
return RunServer(secureServer, s.Listener, shutdownTimeout, stopCh)
|
return RunServer(secureServer, s.Listener, shutdownTimeout, stopCh)
|
||||||
}
|
}
|
||||||
|
|
||||||
// RunServer listens on the given port if listener is not given,
|
// RunServer spawns a go-routine continuously serving until the stopCh is
|
||||||
// then spawns a go-routine continuously serving until the stopCh is closed.
|
// closed.
|
||||||
// It returns a stoppedCh that is closed when all non-hijacked active requests
|
// It returns a stoppedCh that is closed when all non-hijacked active requests
|
||||||
// have been processed.
|
// have been processed.
|
||||||
// This function does not block
|
// This function does not block
|
||||||
|
Loading…
Reference in New Issue
Block a user