k3s/pkg/scheduler/algorithm
Jonathan Basseri 8e25361320 Move `ScheduleAlgorithm` to the core package.
This moves the type `ScheduleAlgorithm` from `pkg/scheduler/algorithm`
to `pkg/scheduler/core`. The reason for this move is to fix our import
dependency graph and allow predicate & priority types to be moved into
their appropriate packages.

The new location makes sense because `core` is the only package that
exports an implementation of this type.
2018-12-13 15:08:38 -08:00
..
predicates modify BUILD 2018-12-11 11:22:06 +08:00
priorities modify BUILD 2018-12-11 11:22:06 +08:00
BUILD modify BUILD 2018-12-11 11:22:06 +08:00
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 [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00
types_test.go [scheduler cleanup phase 2]: Rename to 2018-12-11 11:21:12 +08:00