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

Method runPodInformer

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

Source from the content-addressed store, hash-verified

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

Callers 1

RunMethod · 0.95

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected