Run starts and runs the shared informer, returning after it stops. The informer will be stopped when stopCh is closed.
(stopCh <-chan struct{})
| 106 | // Run starts and runs the shared informer, returning after it stops. |
| 107 | // The informer will be stopped when stopCh is closed. |
| 108 | Run(stopCh <-chan struct{}) |
| 109 | // HasSynced returns true if the shared informer's store has been |
| 110 | // informed by at least one full LIST of the authoritative state |
| 111 | // of the informer's object collection. This is unrelated to "resync". |
no outgoing calls
no test coverage detected