MCPcopy Index your code
hub / github.com/zalando/postgres-operator / runPostgresqlInformer

Method runPostgresqlInformer

pkg/controller/controller.go:474–478  ·  view source on GitHub ↗
(stopCh <-chan struct{}, wg *sync.WaitGroup)

Source from the content-addressed store, hash-verified

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

Callers 1

RunMethod · 0.95

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected