kubernetes/pkg/registry/core
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
..
componentstatus
configmap
endpoint
event
limitrange
namespace
node Move to a structured status for dynamic Kubelet config 2018-05-15 11:25:12 -07:00
persistentvolume
persistentvolumeclaim
pod printers: fix json types – int64 is only allowed integer 2018-06-02 09:43:20 +00:00
podtemplate
rangeallocation
replicationcontroller
resourcequota
rest simplify api registration 2018-05-08 18:33:50 -04:00
secret Trigger function for secrets 2018-05-24 15:05:37 +02:00
service Fix nodeport repair for ESIPP services 2018-05-25 16:09:16 -07:00
serviceaccount svcacct: validate min and max expiration seconds on TokenRequest 2018-05-30 17:32:49 -07:00
OWNERS