mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
fix exported method run's comment
This commit is contained in:
parent
12752f3139
commit
3429d8950b
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ type EndpointController struct {
|
|||
workerLoopPeriod time.Duration
|
||||
}
|
||||
|
||||
// Runs e; will not return until stopCh is closed. workers determines how many
|
||||
// Run will not return until stopCh is closed. workers determines how many
|
||||
// endpoints will be handled in parallel.
|
||||
func (e *EndpointController) Run(workers int, stopCh <-chan struct{}) {
|
||||
defer utilruntime.HandleCrash()
|
||||
|
|
|
|||
Loading…
Reference in a new issue