k3s/plugin/pkg
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
..
admission Merge pull request #31627 from deads2k/quota-copy 2016-09-01 10:09:01 -07:00
auth ClientConfig should not default to http://localhost:8080 2016-08-30 10:43:24 -04:00
client/auth oidc auth provider: don't trim issuer URL 2016-08-18 16:37:50 -07:00
scheduler Merge pull request #30676 from m1093782566/improve-pod-log-output-format 2016-08-25 04:05:24 -07:00
webhook Func note not consistent with real fun name 2016-07-16 10:25:01 +08:00