kubernetes/pkg/scheduler/algorithm
Wei Huang 8f559ea53b
Optimize internal data structure of EvenPodsSpread
- Rename 'topologyPairsPodSpreadMap' to 'podSpreadCache'
- New struct `criticalPaths criticalPaths`
- Add unified method `*criticalPaths.update()` for:
    - regular update
    - addPod in preemption case
    - remotePod in preemption case
2019-08-20 09:26:41 -07:00
..
predicates Optimize internal data structure of EvenPodsSpread 2019-08-20 09:26:41 -07:00
priorities Optimize internal data structure of EvenPodsSpread 2019-08-20 09:26:41 -07:00
BUILD refactor(scheduler): Move priority types to priorities package 2019-01-09 02:39:11 +05:30
doc.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
scheduler_interface.go Move ScheduleAlgorithm to the core package. 2018-12-13 15:08:38 -08:00
types.go Use scheduler cache in affinity priority functions 2019-07-23 22:10:49 -04:00