kubernetes/pkg/scheduler
Wei Huang 7490542156
fix PodAntiAffinity issues
- update logic of verifying incoming pod's anti-affinity
- rename podMatchesAffinityTermProperties to podMatchesAllAffinityTermProperties
- add podMatchesAnyAffinityTermProperties which is used in some PodAntiAffinity cases
- rename some functions to make it more readable
- add unit tests to verify correctness of PodAffinity and PodAntiAffinity
  - verifying "Existing pod anti-affinity"
  - verifying "incoming pod's anti-affinity"
  - verifying "incoming pod's affinity"
2018-09-13 18:32:33 -07:00
..
algorithm fix PodAntiAffinity issues 2018-09-13 18:32:33 -07:00
algorithmprovider Merge pull request #67731 from gnufied/fix-csi-attach-limit 2018-09-05 14:51:55 -07:00
api Add a scheduler config argument to set the percentage of nodes to score 2018-08-17 11:18:51 -07:00
apis/config Standardize componentconfig code/comment patterns 2018-09-06 13:42:02 +03:00
cache Fix cloning image states from node info 2018-08-31 00:58:29 -07:00
core Merge pull request #67731 from gnufied/fix-csi-attach-limit 2018-09-05 14:51:55 -07:00
factory Merge pull request #67731 from gnufied/fix-csi-attach-limit 2018-09-05 14:51:55 -07:00
metrics Add metrics to equivalence cache. 2018-08-15 15:51:13 -07:00
testing Add NodeTree to the scheduler cache 2018-08-17 09:56:51 -07:00
util Add unit test cases for scheduler/util. 2018-08-23 15:26:27 +08:00
volumebinder Add scheduler option for bind timeout 2018-09-04 17:25:23 -07:00
BUILD auto-generated 2018-08-24 10:58:09 +08:00
OWNERS Update OWNERS labels for cluster-lifecycle and scheduling 2018-04-05 16:25:04 -05:00
scheduler.go Scheduler changes to assume volume and pod together, and then bind 2018-09-04 16:30:14 -07:00
scheduler_test.go Scheduler changes to assume volume and pod together, and then bind 2018-09-04 16:30:14 -07:00
testutil.go Add back predicate related accessors to scheduler.Configurator 2018-09-03 19:12:01 +02:00