k3s/pkg/quota/evaluator/core
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
..
configmap.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
persistent_volume_claims.go Add support to quota pvc storage requests 2016-07-19 16:08:49 -04:00
pods.go Init container quota is inaccurate 2016-07-27 15:44:18 -04:00
pods_test.go Init container quota is inaccurate 2016-07-27 15:44:18 -04:00
registry.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
replication_controllers.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
resource_quotas.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
secrets.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
services.go Merge pull request #28991 from ZTE-PaaS/zhangke-patch-008 2016-08-05 15:45:46 -07:00
services_test.go Fix bug in node port counting in quota not counting multi-node ports 2016-07-22 13:56:55 -04:00