./hack/update-codegen.sh

Kubernetes-commit: 0c3df692c41d185b3b7ac4e70f89fa95276f7492
This commit is contained in:
Adrian Moisey
2026-04-09 10:44:48 +02:00
committed by Kubernetes Publisher
parent 0b6d02e8a0
commit 43efc43be4
@@ -311,7 +311,7 @@ type SharedInformerFactory interface {
// WaitForCacheSync blocks until all started informers' caches were synced
// or the stop channel gets closed.
//
// Contextual logging: WaitForCacheSync should be used instead of WaitForCacheSync in code which supports contextual logging. It also returns a more useful result.
// Contextual logging: WaitForCacheSyncWithContext should be used instead of WaitForCacheSync in code which supports contextual logging. It also returns a more useful result.
WaitForCacheSync(stopCh <-chan struct{}) map[reflect.Type]bool
// WaitForCacheSyncWithContext blocks until all started informers' caches were synced