From 43efc43be434fc78b2ac022d9cf558a611709d07 Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Thu, 9 Apr 2026 10:44:48 +0200 Subject: [PATCH] ./hack/update-codegen.sh Kubernetes-commit: 0c3df692c41d185b3b7ac4e70f89fa95276f7492 --- pkg/generated/informers/externalversions/factory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/generated/informers/externalversions/factory.go b/pkg/generated/informers/externalversions/factory.go index f2d39a28..0bb1ef0a 100644 --- a/pkg/generated/informers/externalversions/factory.go +++ b/pkg/generated/informers/externalversions/factory.go @@ -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