(stopCh <-chan struct{}, wg *sync.WaitGroup)
| 472 | } |
| 473 | |
| 474 | func (c *Controller) runPostgresqlInformer(stopCh <-chan struct{}, wg *sync.WaitGroup) { |
| 475 | defer wg.Done() |
| 476 | |
| 477 | c.postgresqlInformer.Run(stopCh) |
| 478 | } |
| 479 | |
| 480 | func (c *Controller) runPostgresTeamInformer(stopCh <-chan struct{}, wg *sync.WaitGroup) { |
| 481 | defer wg.Done() |