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

Method kubeNodesInformer

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

Source from the content-addressed store, hash-verified

488}
489
490func (c *Controller) kubeNodesInformer(stopCh <-chan struct{}, wg *sync.WaitGroup) {
491 defer wg.Done()
492
493 c.nodesInformer.Run(stopCh)
494}
495
496func (c *Controller) getEffectiveNamespace(namespaceFromEnvironment, namespaceFromConfigMap string) string {
497

Callers 1

RunMethod · 0.95

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected