Files
kubernetes/pkg/util
k8s-merge-robot ede661b4af Merge pull request #27012 from janetkuo/reduce-pod-list
Automatic merge from submit-queue

Listing pods only once when getting pods for RS in deployment

Fixes #26834

1. Avoid ranging over RSes and then `List` pods of each RS. Instead, `List` pods of the deployment once, and then filter pods of each RS. 
2. Avoid using clientset to `List` pods in deployment controller. Use podStore instead. (TODO in some functions because the unit tests don't have podStore.)

@kubernetes/deployment 

[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-06-10 20:40:22 -07:00
..
2016-05-16 21:55:13 -07:00
2015-10-22 16:40:59 -04:00
2015-10-22 16:40:59 -04:00
2016-03-21 14:50:57 +08:00
2016-03-21 20:20:05 +08:00
2016-03-21 20:20:05 +08:00
2016-03-11 13:52:45 +08:00
2016-03-03 15:56:09 -08:00
2016-02-10 11:38:50 -08:00
2016-01-06 22:28:58 +08:00
2016-06-06 17:18:22 -04:00
2016-05-22 22:18:58 -07:00
2016-04-11 16:23:28 -04:00
2015-08-05 17:52:56 -07:00
2016-05-16 15:58:12 -04:00
2016-05-11 09:06:53 -04:00
2016-06-06 17:18:22 -04:00
2015-11-13 15:56:27 -08:00
2016-03-21 23:59:58 -04:00
2016-06-02 07:44:17 -04:00
2016-05-06 13:10:47 +02:00
2016-04-07 15:10:50 -04:00
2016-04-07 15:10:50 -04:00
2015-08-06 11:39:29 +02:00
2015-08-06 11:39:29 +02:00
2016-03-21 20:21:39 +08:00
2016-04-29 17:12:10 -04:00
2016-01-27 15:39:23 +01:00