mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
'synchoronizing' word error
This commit is contained in:
parent
65cfd86c89
commit
54f4a03ca5
1 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
// Interval of synchoronizing service status from apiserver
|
||||
// Interval of synchronizing service status from apiserver
|
||||
serviceSyncPeriod = 30 * time.Second
|
||||
// Interval of synchoronizing node status from apiserver
|
||||
// Interval of synchronizing node status from apiserver
|
||||
nodeSyncPeriod = 100 * time.Second
|
||||
|
||||
// How long to wait before retrying the processing of a service change.
|
||||
|
|
|
|||
Loading…
Reference in a new issue