mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-08-03 00:00:02 +08:00
./hack/update-codegen.sh
Kubernetes-commit: 0c3df692c41d185b3b7ac4e70f89fa95276f7492
This commit is contained in:
committed by
Kubernetes Publisher
parent
0b6d02e8a0
commit
43efc43be4
@@ -311,7 +311,7 @@ type SharedInformerFactory interface {
|
|||||||
// WaitForCacheSync blocks until all started informers' caches were synced
|
// WaitForCacheSync blocks until all started informers' caches were synced
|
||||||
// or the stop channel gets closed.
|
// 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
|
WaitForCacheSync(stopCh <-chan struct{}) map[reflect.Type]bool
|
||||||
|
|
||||||
// WaitForCacheSyncWithContext blocks until all started informers' caches were synced
|
// WaitForCacheSyncWithContext blocks until all started informers' caches were synced
|
||||||
|
|||||||
Reference in New Issue
Block a user