mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
fix exported method run's comment
This commit is contained in:
parent
12752f3139
commit
3429d8950b
@ -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 New Issue
Block a user