kubernetes/plugin/pkg/scheduler/algorithm
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
..
predicates Merge pull request #48636 from jingxu97/July/allocatable 2017-07-24 19:30:33 -07:00
priorities Use const value maxPriority instead of immediate value 10 2017-07-17 10:33:44 +08:00
BUILD run hack/update-all 2017-06-22 11:31:03 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
scheduler_interface_test.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
scheduler_interface.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
types_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
types.go run hack/update-all 2017-06-22 11:31:03 -07:00
well_known_labels.go move labels to components which own the APIs 2017-05-31 10:32:06 -04:00