Files
kubernetes/test/e2e
k8s-merge-robot 27512dd0a1 Merge pull request #25190 from ingvagabund/e2e-scheduler-predicates-validate-resource-limits
Automatic merge from submit-queue

SchedulerPredicates e2e test: be more verbose about requested resource

When ``validates resource limits of pods that are allowed to run [Conformance]`` test is run, logs could give more information about requested resource and say it is for cpu and in mili units.

cpu is stored in m units here:

```
nodeToCapacityMap[node.Name] = capacity.MilliValue()
```
2016-05-20 05:31:38 -07:00
..
2015-12-06 14:42:40 -08:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-05-04 21:45:52 -04:00
2016-05-10 14:16:50 -04:00
2016-04-29 17:12:10 -04:00
2016-05-04 21:45:52 -04:00
2016-04-13 16:49:24 -07:00
2016-05-06 15:08:41 +11:00
2016-04-29 17:12:10 -04:00
2016-05-04 21:45:52 -04:00
2016-04-29 17:12:10 -04:00
2016-04-29 17:12:10 -04:00
2016-05-04 21:45:52 -04:00
2016-05-04 21:45:52 -04:00
2016-05-04 21:45:52 -04:00
2016-05-06 22:13:04 +00:00