Skip to content

Commit faacf85

Browse files
committed
internal/deleg_map.go: update WaitForCacheSync godoc
1 parent f73674e commit faacf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cache/internal/deleg_map.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (m *InformersMap) Start(stop <-chan struct{}) error {
6363
return nil
6464
}
6565

66-
// WaitForCacheSync waits until all the caches have been synced.
66+
// WaitForCacheSync waits until all the caches have been started and synced.
6767
func (m *InformersMap) WaitForCacheSync(stop <-chan struct{}) bool {
6868
syncedFuncs := append([]cache.InformerSynced(nil), m.structured.HasSyncedFuncs()...)
6969
syncedFuncs = append(syncedFuncs, m.unstructured.HasSyncedFuncs()...)

0 commit comments

Comments
 (0)