kubernetes/plugin/pkg/scheduler
Kubernetes Submit Queue e623fed778 Merge pull request #48636 from jingxu97/July/allocatable
Automatic merge from submit-queue (batch tested with PRs 48636, 49088, 49251, 49417, 49494)

Fix issues for local storage allocatable feature

This PR fixes the following issues:
1. Use ResourceStorageScratch instead of ResourceStorage API to represent
local storage capacity
2. In eviction manager, use container manager instead of node provider
(kubelet) to retrieve the node capacity and reserved resources. Node
provider (kubelet) has a feature gate so that storagescratch information
may not be exposed if feature gate is not set. On the other hand,
container manager has all the capacity and allocatable resource
information.

This PR fixes issue #47809
2017-07-24 19:30:33 -07:00
..
algorithm Merge pull request #48636 from jingxu97/July/allocatable 2017-07-24 19:30:33 -07:00
algorithmprovider Update factory.go informers to update equivalence cache 2017-07-18 23:55:01 +08:00
api Update generated code 2017-07-18 09:28:49 +02:00
core Update factory.go informers to update equivalence cache 2017-07-18 23:55:01 +08:00
factory Update generated bazel 2017-07-18 23:58:32 +08:00
metrics autogenerated 2017-04-14 10:40:57 -07:00
schedulercache Fix issues for local storage allocatable feature 2017-07-13 12:06:19 -07:00
testing run hack/update-all 2017-06-22 11:31:03 -07:00
util Merge pull request #47309 from xiang90/util 2017-07-16 20:00:54 -07:00
BUILD Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
OWNERS Updated OWNERS_ALIASES for scheduler, and added scheduler integration test owners. 2017-07-01 09:28:52 +08:00
scheduler.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
scheduler_test.go use v1.ResourcePods instead of hard coding 'pods' 2017-07-13 18:20:47 +08:00
testutil.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00