Merge pull request #80502 from xigang/master

Update CleanupAndExit and OnServiceSynced field comment and bugfix panic params in the construct method
This commit is contained in:
Kubernetes Prow Robot
2019-08-07 20:10:06 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ type ServiceHandler interface {
// OnServiceDelete is called whenever deletion of an existing service
// object is observed.
OnServiceDelete(service *v1.Service)
// OnServiceSynced is called once all the initial even handlers were
// OnServiceSynced is called once all the initial event handlers were
// called and the state is fully propagated to local cache.
OnServiceSynced()
}