kubernetes/pkg/controller
Yu-Ju Hong df2cbd4877 Prioritize deleting the non-running pods when reducing replicas
This changes instructs the replication controller to delete replicas in the
order of "unscheduled (pending)", "scheduled (pending)", and "scheduled
(running)" pods. This is less disruptive than deleting random pods.
2015-04-21 10:17:29 -07:00
..
framework Fixed typos in comments 2015-04-16 08:52:36 -04:00
doc.go Add test for watch goroutine handling, fix other review comments 2014-06-18 13:10:39 -07:00
replication_controller.go Prioritize deleting the non-running pods when reducing replicas 2015-04-21 10:17:29 -07:00
replication_controller_test.go Prioritize deleting the non-running pods when reducing replicas 2015-04-21 10:17:29 -07:00