k3s/plugin
Kubernetes Submit Queue dc8f384e3f Merge pull request #31627 from deads2k/quota-copy
Automatic merge from submit-queue

make deep copy of quota objects before mutations

The code currently makes shallow copies which ensures that we aren't accidentally reslicing anything in weird ways, but the usage maps are pointers, so they end up being shared.

This makes a couple copies when we know we're going to mutate to avoid changing shared maps.
2016-09-01 10:09:01 -07:00
..
cmd/kube-scheduler Add --feature-gates to kube-system components 2016-08-19 09:07:43 -07:00
pkg Merge pull request #31627 from deads2k/quota-copy 2016-09-01 10:09:01 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00