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

Method runPostgresTeamInformer

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

Source from the content-addressed store, hash-verified

478}
479
480func (c *Controller) runPostgresTeamInformer(stopCh <-chan struct{}, wg *sync.WaitGroup) {
481 defer wg.Done()
482
483 c.postgresTeamInformer.Run(stopCh)
484}
485
486func queueClusterKey(eventType EventType, uid types.UID) string {
487 return fmt.Sprintf("%s-%s", eventType, uid)

Callers 1

RunMethod · 0.95

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected