mirror of https://github.com/k3s-io/k3s
![]() 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. |
||
---|---|---|
.. | ||
predicates | ||
priorities | ||
BUILD | ||
doc.go | ||
scheduler_interface.go | ||
types.go | ||
types_test.go |