k3s/pkg/scheduler
Kubernetes Submit Queue d057795f3b
Merge pull request #64278 from silveryfu/master
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Adding tests for ImageLocalityPriority

**What this PR does / why we need it**:

This PR adds tests for ImageLocalityPriority scheduling policy, as follow-ups of [#63842](https://github.com/kubernetes/kubernetes/issues/63842) and [#63345](https://github.com/kubernetes/kubernetes/issues/63345). It includes the unit test for ImageSizes function of NodeInfo in the scheduler cache.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

@resouer 

**Release note**:

```release-note
NONE
```
2018-05-26 12:46:57 -07:00
..
algorithm Merge pull request #64278 from silveryfu/master 2018-05-26 12:46:57 -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 Merge pull request #63975 from godliness/lock-optimization 2018-05-24 12:18:17 -07:00
factory Add warnings about cache invalidation. 2018-05-22 15:15:37 -07:00
metrics Fix golint errors in `pkg/scheduler` based on golint check 2018-02-08 15:22:47 +08:00
schedulercache Merge pull request #64278 from silveryfu/master 2018-05-26 12:46:57 -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.go Add warnings about cache invalidation. 2018-05-22 15:15:37 -07:00
scheduler_test.go Fix TestSchedulerWithVolumeBinding to avoid setting predicate ordering. 2018-05-18 14:19:26 -04:00
testutil.go remove unused func in FakeConfigurator of scheduler 2018-01-25 16:08:13 +08:00