WaitForCacheSync waits for all the caches to sync. Returns false if it could not sync a cache.
(ctx context.Context)
| 91 | |
| 92 | // WaitForCacheSync waits for all the caches to sync. Returns false if it could not sync a cache. |
| 93 | WaitForCacheSync(ctx context.Context) bool |
| 94 | |
| 95 | // FieldIndexer adds indices to the managed informers. |
| 96 | client.FieldIndexer |
no outgoing calls