()
| 114 | } |
| 115 | |
| 116 | func (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. |
nothing calls this directly
no test coverage detected