k3s/pkg/registry
Kubernetes Submit Queue 160e8d96f6
Merge pull request #64639 from sttts/sttts-int64-json
Automatic merge from submit-queue (batch tested with PRs 64613, 64596, 64573, 64154, 64639). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

printers: fix json types  – int64 is only allowed integer

We have the invariant in apimachinery that all integers in JSON are int64. We panic on other types on deepcopy and possibly at other occasions.
2018-06-02 06:30:22 -07:00
..
admissionregistration simplify api registration 2018-05-08 18:33:50 -04:00
apps simplify api registration 2018-05-08 18:33:50 -04:00
authentication simplify api registration 2018-05-08 18:33:50 -04:00
authorization simplify api registration 2018-05-08 18:33:50 -04:00
autoscaling simplify api registration 2018-05-08 18:33:50 -04:00
batch simplify api registration 2018-05-08 18:33:50 -04:00
cachesize update BUILD files 2017-10-15 18:18:13 -07:00
certificates generated 2018-05-18 18:42:39 -07:00
core Merge pull request #64639 from sttts/sttts-int64-json 2018-06-02 06:30:22 -07:00
events simplify api registration 2018-05-08 18:33:50 -04:00
extensions simplify api registration 2018-05-08 18:33:50 -04:00
networking simplify api registration 2018-05-08 18:33:50 -04:00
policy simplify api registration 2018-05-08 18:33:50 -04:00
rbac switch rbac to external 2018-05-22 08:17:05 -04:00
registrytest replace request.Context with context.Context 2018-04-24 08:59:00 -07:00
scheduling Generated 2018-05-12 02:01:09 -04:00
settings simplify api registration 2018-05-08 18:33:50 -04:00
storage simplify api registration 2018-05-08 18:33:50 -04:00
BUILD Move podsecuritypolicy registry to policy package. 2018-04-16 17:21:52 +02:00
OWNERS Add liggitt to registry approvers 2017-09-04 11:20:38 -04:00
doc.go