kubernetes/plugin/pkg/scheduler
Kubernetes Submit Queue 5509e50db4 Merge pull request #31605 from resouer/eclass-1
Automatic merge from submit-queue

[Part 1] Implementation of equivalence pod

Part 1 of #30844

This PR: 

- Refactored `predicate.go`, so that `GetResourceRequest` can be used in other places to `GetEquivalencePod`.
- Implement a `equivalence_cache.go` to deal with all information we need to calculate an equivalent pod.
- Define and register a `RegisterGetEquivalencePodFunction `.

Work in next PR:
- The update of `equivalence_cache.go`
- Unit test
- Integration/e2e test

I think we can begin from the `equivalence_cache.go`? Thanks.  cc @wojtek-t @davidopp 

If I missed any other necessary part, please point it out.
2016-10-10 02:46:00 -07:00
..
algorithm Merge pull request #31605 from resouer/eclass-1 2016-10-10 02:46:00 -07:00
algorithmprovider Merge pull request #31605 from resouer/eclass-1 2016-10-10 02:46:00 -07:00
api Introduce GroupVersioner for capturing desired target version 2016-08-18 14:45:00 -04:00
factory Merge pull request #31605 from resouer/eclass-1 2016-10-10 02:46:00 -07:00
metrics Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
schedulercache scheduler: cache.delete deletes the pod from node specified in the cached state 2016-10-05 03:33:53 -07:00
testing remove ineffective copy 2016-08-05 20:43:40 +08:00
equivalence_cache.go Update provider and cache 2016-10-10 09:25:15 +01:00
extender.go modify extends.Filter 2016-08-04 14:03:32 +08:00
extender_test.go Migrate EqualPriority to MapReduce-like framework. 2016-10-04 12:19:08 +02:00
generic_scheduler.go Small update to scheduler benchmark 2016-10-06 17:26:39 +02:00
generic_scheduler_test.go update replicaset lister 2016-10-05 15:20:27 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
scheduler.go Remove old references to contrib/mesos 2016-10-01 16:46:48 +03:00
scheduler_test.go Migrate EqualPriority to MapReduce-like framework. 2016-10-04 12:19:08 +02:00