We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3831c2 + 64de3d4 commit 7c637a2Copy full SHA for 7c637a2
pkg/cache/internal/deleg_map.go
@@ -73,6 +73,7 @@ func (m *InformersMap) Start(ctx context.Context) error {
73
func (m *InformersMap) WaitForCacheSync(ctx context.Context) 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(ctx) {
79
return false
0 commit comments