We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73674e commit faacf85Copy full SHA for faacf85
pkg/cache/internal/deleg_map.go
@@ -63,7 +63,7 @@ func (m *InformersMap) Start(stop <-chan struct{}) error {
63
return nil
64
}
65
66
-// WaitForCacheSync waits until all the caches have been synced.
+// WaitForCacheSync waits until all the caches have been started and synced.
67
func (m *InformersMap) WaitForCacheSync(stop <-chan struct{}) bool {
68
syncedFuncs := append([]cache.InformerSynced(nil), m.structured.HasSyncedFuncs()...)
69
syncedFuncs = append(syncedFuncs, m.unstructured.HasSyncedFuncs()...)
0 commit comments