(stopCh <-chan struct{}, wg *sync.WaitGroup)
| 466 | } |
| 467 | |
| 468 | func (c *Controller) runPodInformer(stopCh <-chan struct{}, wg *sync.WaitGroup) { |
| 469 | defer wg.Done() |
| 470 | |
| 471 | c.podInformer.Run(stopCh) |
| 472 | } |
| 473 | |
| 474 | func (c *Controller) runPostgresqlInformer(stopCh <-chan struct{}, wg *sync.WaitGroup) { |
| 475 | defer wg.Done() |