kubernetes/pkg/controller
Kubernetes Submit Queue e84a8ec45a Merge pull request #28991 from ZTE-PaaS/zhangke-patch-008
Automatic merge from submit-queue

optimize conditions of ServiceReplenishmentUpdateFunc to replenish service

Originally, the  replenishQuota method didn't focus on the third parameter object even if others transfered to it, i think the function is not efficient and perfect. then i use the third param to get MatchResources, it will be more exact. for example, if the old pod was quota tracked and the new was not, the replenishQuota only focus on usage resource of the old pod, still if  the third parameter object is nil, the process will be same as before
2016-08-05 15:45:46 -07:00
..
certificates certificates: implement certificates controller 2016-07-19 11:25:38 -07:00
daemon Collapse duplicate informer creation paths 2016-08-04 09:02:13 +02:00
deployment Merge pull request #30011 from janetkuo/map-concurrent-write-read 2016-08-04 08:25:43 -07:00
endpoint Collapse duplicate informer creation paths 2016-08-04 09:02:13 +02:00
framework Collapse duplicate informer creation paths 2016-08-04 09:02:13 +02:00
garbagecollector add subjectaccessreviews resource 2016-08-05 11:20:56 -04:00
job Collapse duplicate informer creation paths 2016-08-04 09:02:13 +02:00
namespace Removed empty line. 2016-07-29 23:19:33 +08:00
node Collapse duplicate informer creation paths 2016-08-04 09:02:13 +02:00
petset Merge pull request #29500 from lixiaobing10051267/masterFound 2016-08-03 20:05:15 -07:00
podautoscaler Merge pull request #29125 from mwielgus/extra-debug-hpa 2016-07-19 10:41:09 -07:00
podgc Use Go canonical import paths 2016-07-16 13:48:21 -04:00
replicaset Collapse duplicate informer creation paths 2016-08-04 09:02:13 +02:00
replication Collapse duplicate informer creation paths 2016-08-04 09:02:13 +02:00
resourcequota Merge pull request #28991 from ZTE-PaaS/zhangke-patch-008 2016-08-05 15:45:46 -07:00
route Use Go canonical import paths 2016-07-16 13:48:21 -04:00
service rewrite serivce controller to apply the latest controller pattern 2016-08-04 09:28:55 +08:00
serviceaccount make the resource prefix in etcd configurable for cohabitation 2016-07-27 07:51:40 -04:00
volume Merge pull request #29978 from hodovska/sharedInformer-fixup 2016-08-04 09:00:23 -07:00
controller_ref_manager.go let RC manager utilize the GC 2016-07-14 19:59:31 -07:00
controller_utils.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00
controller_utils_test.go Merge pull request #29621 from resouer/uuid 2016-08-01 22:21:30 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
lookup_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00