We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1a1cae + 753cedd commit 7d38e25Copy full SHA for 7d38e25
pkg/cache/internal/deleg_map.go
@@ -73,6 +73,7 @@ func (m *InformersMap) Start(stop <-chan struct{}) error {
73
func (m *InformersMap) WaitForCacheSync(stop <-chan struct{}) bool {
74
syncedFuncs := append([]cache.InformerSynced(nil), m.structured.HasSyncedFuncs()...)
75
syncedFuncs = append(syncedFuncs, m.unstructured.HasSyncedFuncs()...)
76
+ syncedFuncs = append(syncedFuncs, m.metadata.HasSyncedFuncs()...)
77
78
if !m.structured.waitForStarted(stop) {
79
return false
0 commit comments