k3s/pkg/controller/resourcequota
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
..
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
replenishment_controller.go Merge pull request #28991 from ZTE-PaaS/zhangke-patch-008 2016-08-05 15:45:46 -07:00
replenishment_controller_test.go replenish quota for service optimize, add testcase 2016-08-04 16:55:05 +08:00
resource_quota_controller.go refactor quota calculation for re-use 2016-08-02 15:56:08 -04:00
resource_quota_controller_test.go Merge pull request #29133 from deads2k/priority-queue 2016-07-21 04:46:59 -07:00