open-nomad/scheduler
Chris Bednarski 96cb220ff4 Update references to "os" to use "kernel.name"
This brings test code and mocks up to date with the fingerprinter. This was a slightly larger change than I anticipated, but I think it's good for two reasons:

1. More semanitcally correct. `os.name` is something like "Windows 10 Pro" or "Ubuntu", while `kernel.name` is "windows" or "linux". `os.version` and `kernel.version` match these semantics.
2. `kernel.name` is much easier to grep for than `os`, which is helpful because oracle can't help us with strings.
2015-08-28 01:30:47 -07:00
..
context.go scheduler: updating for new APIs 2015-08-25 17:06:06 -07:00
context_test.go scheduler: updating for new APIs 2015-08-25 17:06:06 -07:00
feasible.go scheduler: basic metrics integration 2015-08-13 21:46:33 -07:00
feasible_test.go Update references to "os" to use "kernel.name" 2015-08-28 01:30:47 -07:00
generic_sched.go scheduler: updating for new APIs 2015-08-25 17:06:06 -07:00
generic_sched_test.go scheduler: updating for new APIs 2015-08-25 17:06:06 -07:00
rank.go scheduler: adding JobAntiAffinityIterator 2015-08-16 10:32:25 -07:00
rank_test.go scheduler: updating for new APIs 2015-08-25 17:06:06 -07:00
scheduler.go nomad: expose UpdateEval as a planner 2015-08-15 14:25:00 -07:00
scheduler_test.go scheduler: updating for new APIs 2015-08-25 17:06:06 -07:00
select.go scheduler: support iterator reset 2015-08-13 15:01:02 -07:00
select_test.go scheduler: support iterator reset 2015-08-13 15:01:02 -07:00
stack.go scheduler: adding job anti-affinity to the generic stack 2015-08-16 10:37:11 -07:00
stack_test.go Update references to "os" to use "kernel.name" 2015-08-28 01:30:47 -07:00
util.go scheduler: updating for new APIs 2015-08-25 17:06:06 -07:00
util_test.go scheduler: updating for new APIs 2015-08-25 17:06:06 -07:00