kubernetes/pkg/scheduler/testing
Andrea Nodari 2e1042f959 Use NodeWrapper to directly initialize node with labels
Using NodeWrapper in the integration tests gives more flexibility when
creating nodes. For instance, tests can create nodes with labels or
with a specific sets of resources.

Also, NodeWrapper initialises a node with a capacity of 32 pods, which
can be overridden by the caller. This makes sure that a node is usable
as soon as it is created.
2020-06-30 17:18:15 +02:00
..
BUILD Use NodeWrapper to directly initialize node with labels 2020-06-30 17:18:15 +02:00
fake_extender.go Split scheduler framework implementation into new runtime package 2020-06-22 00:23:43 +10:00
fake_plugins.go Split scheduler framework implementation into new runtime package 2020-06-22 00:23:43 +10:00
framework_helpers.go scheduler: merge Reserve and Unreserve plugins 2020-06-24 21:10:35 +00:00
workload_prep.go Add benchmark test to compare EvenPodsSpreadPriority and SelectorSpreadPriority 2019-11-04 13:29:17 -05:00
wrappers.go Use NodeWrapper to directly initialize node with labels 2020-06-30 17:18:15 +02:00