open-nomad/scheduler
Tim Gross 811fe333da
scheduler: move utils into files specific to their scheduler type (#16051)
Many of the functions in the `utils.go` file are specific to a particular
scheduler, and very few of them have guards (or even names) that help avoid
misuse with features specific to a given scheduler type. Move these
functions (and their tests) into files specific to their scheduler type without
any functionality changes to make it clear which bits go with what.
2023-02-03 12:29:39 -05:00
..
benchmarks
annotate.go
annotate_test.go
context.go
context_test.go
device.go
device_test.go
feasible.go
feasible_test.go
generic_sched.go
generic_sched_test.go System and sysbatch jobs always have zero index (#16030) 2023-02-02 16:18:01 -05:00
preemption.go
preemption_test.go
propertyset.go
rank.go
rank_test.go
reconcile.go scheduler: move utils into files specific to their scheduler type (#16051) 2023-02-03 12:29:39 -05:00
reconcile_test.go
reconcile_util.go scheduler: move utils into files specific to their scheduler type (#16051) 2023-02-03 12:29:39 -05:00
reconcile_util_test.go
scheduler.go
scheduler_oss.go
scheduler_sysbatch_test.go System and sysbatch jobs always have zero index (#16030) 2023-02-02 16:18:01 -05:00
scheduler_system.go
scheduler_system_test.go System and sysbatch jobs always have zero index (#16030) 2023-02-02 16:18:01 -05:00
select.go
select_test.go
spread.go
spread_test.go
stack.go scheduler: move utils into files specific to their scheduler type (#16051) 2023-02-03 12:29:39 -05:00
stack_oss.go
stack_test.go
system_util.go scheduler: move utils into files specific to their scheduler type (#16051) 2023-02-03 12:29:39 -05:00
system_util_test.go scheduler: move utils into files specific to their scheduler type (#16051) 2023-02-03 12:29:39 -05:00
testing.go
util.go scheduler: move utils into files specific to their scheduler type (#16051) 2023-02-03 12:29:39 -05:00
util_test.go scheduler: move utils into files specific to their scheduler type (#16051) 2023-02-03 12:29:39 -05:00