Fix typos in kube-proxy

This commit is contained in:
yanghaichao12
2019-01-07 11:08:34 -05:00
parent 8b3b5a9fe7
commit ba64ae18bc
3 changed files with 3 additions and 3 deletions

View File

@@ -669,7 +669,7 @@ func (proxier *Proxier) OnServiceDelete(service *v1.Service) {
proxier.OnServiceUpdate(service, nil)
}
// OnServiceSynced is called once all the initial even handlers were called and the state is fully propagated to local cache.
// OnServiceSynced is called once all the initial event handlers were called and the state is fully propagated to local cache.
func (proxier *Proxier) OnServiceSynced() {
proxier.mu.Lock()
proxier.servicesSynced = true