mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Automatic merge from submit-queue (batch tested with PRs 38315, 38624, 38572, 38544) scheduler: refactor main entry Run() The kube-scheduler/app.Run() is the main entry of scheduler program. It's enormous. This PR tries to clean it up. Should be more modular and readable.