Run starts the goroutines managing the queue.
(logger klog.Logger)
| 137 | Close() |
| 138 | // Run starts the goroutines managing the queue. |
| 139 | Run(logger klog.Logger) |
| 140 | |
| 141 | // PatchPodStatus handles the pod status update by sending an update API call through API dispatcher. |
| 142 | // This method should be used only if the SchedulerAsyncAPICalls feature gate is enabled. |
no outgoing calls