k3s/pkg/quota
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
..
evaluator/core Merge pull request #28991 from ZTE-PaaS/zhangke-patch-008 2016-08-05 15:45:46 -07:00
generic Remove reflection path in meta.Accessor 2016-07-06 11:29:47 -04:00
install Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
OWNERS add owners for quota package 2016-06-07 11:46:50 -07:00
interfaces.go add union registry for quota 2016-07-07 15:04:41 -04:00
resources.go refactor quota calculation for re-use 2016-08-02 15:56:08 -04:00
resources_test.go Init container quota is inaccurate 2016-07-27 15:44:18 -04:00