kubernetes/plugin/pkg/scheduler
Kubernetes Submit Queue 8c83671789 Merge pull request #32643 from smarterclayton/scheduler_retry
Automatic merge from submit-queue

Exit scheduler retry loop correctly

The error was being eaten and shadowed, which means we would never exit
this loop. This might lead to a goroutine in the scheduler being used
forever without exiting at maximum backoff.

Switched to use the real client to make later refactors easier.

@wojtek-t this may lead to scheduler informer exhaustion - not that familiar with retries
2016-09-15 05:16:16 -07:00
..
algorithm Migrate a bunch of priority functions to map-reduce framework 2016-09-13 13:20:29 +02:00
algorithmprovider Migrate a bunch of priority functions to map-reduce framework 2016-09-13 13:20:29 +02:00
api Introduce GroupVersioner for capturing desired target version 2016-08-18 14:45:00 -04:00
factory Merge pull request #32643 from smarterclayton/scheduler_retry 2016-09-15 05:16:16 -07:00
metrics Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
schedulercache remove duplicated nodeinfo.pods assignment 2016-08-14 16:43:45 +08:00
testing remove ineffective copy 2016-08-05 20:43:40 +08:00
extender.go modify extends.Filter 2016-08-04 14:03:32 +08:00
extender_test.go fix go vet errors 2016-08-10 16:45:41 -07:00
generic_scheduler.go MapReduce-like scheduler priority functions 2016-08-31 15:16:10 +02:00
generic_scheduler_test.go Migrate a bunch of priority functions to map-reduce framework 2016-09-13 13:20:29 +02:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
scheduler.go Merge pull request #30676 from m1093782566/improve-pod-log-output-format 2016-08-25 04:05:24 -07:00
scheduler_test.go Create PredicateFailureReason, modify scheduler predicate interface. 2016-08-09 14:01:46 +02:00