kubernetes/plugin/pkg/scheduler/algorithm/priorities
Kubernetes Submit Queue fe5b8fac86
Merge pull request #52148 from wackxu/addmtcase
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>.

Add test case  in metadata_test.go

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

Add test case in metadata_test.go

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

**Release note**:

```release-note
NONE
```
2017-11-13 00:50:11 -08:00
..
util update BUILD files 2017-10-15 18:18:13 -07:00
balanced_resource_allocation.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
balanced_resource_allocation_test.go Replace hard-code "cpu" and "memory" to consts 2017-08-16 16:37:50 +08:00
BUILD Update generated files 2017-11-09 12:14:08 +01:00
image_locality.go Optimize the suboptimal image locality algorithm 2017-11-01 10:18:59 -07:00
image_locality_test.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
interpod_affinity.go [Scheduler] regroup packages 2017-08-30 11:14:44 +08:00
interpod_affinity_test.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
least_requested.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
least_requested_test.go Replace hard-code "cpu" and "memory" to consts 2017-08-16 16:37:50 +08:00
metadata.go Removes alpha feature gate for affinity annotations. Beta fields should be used. 2017-06-23 10:02:14 -05:00
metadata_test.go add test case 2017-09-08 15:07:13 +08:00
most_requested.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
most_requested_test.go Replace hard-code "cpu" and "memory" to consts 2017-08-16 16:37:50 +08:00
node_affinity.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
node_affinity_test.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
node_label.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
node_label_test.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
node_prefer_avoid_pods.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
node_prefer_avoid_pods_test.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
selector_spreading.go Fix divide by zero issue in calculating spread priority for zones 2017-11-06 23:39:05 +08:00
selector_spreading_test.go Fix divide by zero issue in calculating spread priority for zones 2017-11-06 23:39:05 +08:00
taint_toleration.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
taint_toleration_test.go Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
test_util.go Replace hard-code "cpu" and "memory" to consts 2017-08-16 16:37:50 +08:00