mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
* generalise RunDeschedulerLoop and RunProfiles and stabilish deschedule/balance order * assign nodes outside RunDeschedulerLoop and use instanced profiles * stop exporting internal profile bits * refactoring RunProfiles and add methods to Deschduler * types outside function * shutdown eventBroadcaster outside NewDescheduler * all new methods inside descheduler.go * avoid exporting all Descheduler fields * Address review comments --------- Co-authored-by: Lucas Severo Alves <lucassalves65@gmail.com>