k3s/pkg/quota
Kubernetes Submit Queue 935726f109 Merge pull request #52452 from gnufied/fix-quota-on-update
Automatic merge from submit-queue (batch tested with PRs 52452, 52115, 52260, 52290)

Fix support for updating quota on update

This PR implements support for properly handling quota when resources are updated. We never take negative values and add them up.

Fixes https://github.com/kubernetes/kubernetes/issues/51736 

cc @derekwaynecarr 

/sig storage

```release-note
Make sure that resources being updated are handled correctly by Quota system
```
2017-09-15 01:59:56 -07:00
..
evaluator Ignore pods for quota that exceed deletion grace period 2017-09-11 13:31:52 -04:00
generic let resourcequota evaluator handle uninitialid pod and pvc 2017-08-24 14:50:03 -07:00
install Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
OWNERS
interfaces.go let resourcequota evaluator handle uninitialid pod and pvc 2017-08-24 14:50:03 -07:00
resources.go Implement support for updating resources 2017-09-13 21:05:44 -04:00
resources_test.go