kubernetes/pkg/scheduler
Jonathan Basseri 2de996856f Do not use DeepEqual to compare slices in test.
This wraps DeepEqual with a helper that considers nil slices and empty
slices to be equal.

Scheduler code might use a nil slice or empty slice to represent an
empty list, so tests should not be sensitive to the difference.  Tests
could fail because DeepEqual considers nil to be different from an empty
slice.
2018-05-23 11:18:00 -07:00
..
algorithm Merge pull request #63749 from wenlxie/githubupstream.master.minofixforgetstorageclass 2018-05-17 05:51:05 -07:00
algorithmprovider update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
api Add Ignorable flag to extender 2018-03-30 15:10:31 -07:00
core Do not use DeepEqual to compare slices in test. 2018-05-23 11:18:00 -07:00
factory update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
metrics Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
schedulercache Merge pull request #62934 from wackxu/scto 2018-05-09 09:30:11 -07:00
testing update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
util run make update 2018-04-28 15:43:09 +00:00
volumebinder Use provided node object in volume binding predicate 2018-04-05 14:35:55 -07:00
BUILD run make update 2018-04-28 15:43:09 +00:00
OWNERS Update OWNERS labels for cluster-lifecycle and scheduling 2018-04-05 16:25:04 -05:00
scheduler_test.go move pkg/scheduler/util/testutil.go to pkg/scheduler/testing 2018-04-28 02:36:04 +00:00
scheduler.go Merge pull request #62243 from resouer/fix-62068 2018-04-19 14:50:27 -07:00
testutil.go remove unused func in FakeConfigurator of scheduler 2018-01-25 16:08:13 +08:00