MCPcopy Create free account
hub / github.com/FairwindsOps/gemini / runWorker

Method runWorker

pkg/controller/controller.go:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116func (c *Controller) runWorker() {
117 for c.processNextWorkItem() {
118 }
119}
120
121// processNextWorkItem will read a single work item off the workqueue and
122// attempt to process it, by calling the syncHandler.

Callers

nothing calls this directly

Calls 1

processNextWorkItemMethod · 0.95

Tested by

no test coverage detected