Update the CleanupAndExit field for the Options and the OnServiceSynced for the ServiceHandler comment

This commit is contained in:
xigang
2019-07-24 09:40:29 +08:00
parent 5993ec5a5a
commit 4ac81d7508
2 changed files with 2 additions and 2 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()
}