mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +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.