MCPcopy
hub / github.com/kubernetes/kubernetes / Run

Method Run

pkg/scheduler/backend/queue/scheduling_queue.go:139–139  ·  view source on GitHub ↗

Run starts the goroutines managing the queue.

(logger klog.Logger)

Source from the content-addressed store, hash-verified

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.

Callers 15

TestPreCheckForNodeFunction · 0.65
TestAddAllEventHandlersFunction · 0.65
TestAdmissionCheckFunction · 0.65
TestAddPodFunction · 0.65
TestUpdatePodFunction · 0.65
TestDeletePodFunction · 0.65
TestSchedulerScheduleOneFunction · 0.65
TestSignaturesFunction · 0.65

Implementers 1

PriorityQueuepkg/scheduler/backend/queue/scheduling

Calls

no outgoing calls

Tested by 15

TestPreCheckForNodeFunction · 0.52
TestAddAllEventHandlersFunction · 0.52
TestAdmissionCheckFunction · 0.52
TestAddPodFunction · 0.52
TestUpdatePodFunction · 0.52
TestDeletePodFunction · 0.52
TestSchedulerScheduleOneFunction · 0.52
TestSignaturesFunction · 0.52