kubernetes/pkg/registry/extensions
Nikhita Raghunath eb88c4bce4 Preserve int data when unmarshalling for TPR
The Go json package converts all numbers to float64.
This exposes many of the int64 fields to corruption when marshalled back to json.

The json package provided by kubernetes also provides a way to defer conversion of numbers
(https://golang.org/pkg/encoding/json/#Decoder.UseNumber) and does the conversions to int or float.

This is also implemented in the custom json package. See:
(https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/util/json/json.go)

Fixes #30213

Update bazel build and add one more test case

Fix for gofmt error
2017-04-05 19:48:56 +05:30
..
controller/storage Update generated files 2017-02-03 08:15:46 +01:00
daemonset Use Semantic.DeepEqual to compare DaemonSet template on updates 2017-03-20 13:58:49 -07:00
deployment Deployment: Remove Overlap and SelectorUpdate annotations. 2017-03-06 15:12:08 -08:00
ingress added short names for resources which are exposed during discovery 2017-02-06 23:35:07 +01:00
networkpolicy Update generated files 2017-02-03 08:15:46 +01:00
podsecuritypolicy added short names for resources which are exposed during discovery 2017-02-06 23:35:07 +01:00
replicaset Updating the registry to return whether the resource was immediately deleted 2017-02-21 11:00:35 -08:00
rest Update bazel 2017-02-15 10:25:15 +01:00
thirdpartyresource Update generated files 2017-02-03 08:15:46 +01:00
thirdpartyresourcedata Preserve int data when unmarshalling for TPR 2017-04-05 19:48:56 +05:30
OWNERS Update OWNERS approvers and reviewers: pkg/registry 2016-12-19 16:22:40 -08:00