mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +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
|
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.
|
// endpoints will be handled in parallel.
|
||||||
func (e *EndpointController) Run(workers int, stopCh <-chan struct{}) {
|
func (e *EndpointController) Run(workers int, stopCh <-chan struct{}) {
|
||||||
defer utilruntime.HandleCrash()
|
defer utilruntime.HandleCrash()
|
||||||
|
Loading…
Reference in New Issue
Block a user