Christoph Blecker
|
1bdc7a29ae
|
Update docs/ URLs to point to proper locations
|
2017-06-05 22:13:54 -07:00 |
|
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 |
|
Clayton Coleman
|
c12344b3b8
|
Tests that check metav1
|
2017-01-23 16:53:19 -05:00 |
|
Clayton Coleman
|
9a2a50cda7
|
refactor: use metav1.ObjectMeta in other types
|
2017-01-17 16:17:19 -05:00 |
|
deads2k
|
f1176d9c5c
|
mechanical repercussions
|
2017-01-13 08:27:14 -05:00 |
|
deads2k
|
6a4d5cd7cc
|
start the apimachinery repo
|
2017-01-11 09:09:48 -05:00 |
|
Clayton Coleman
|
f07c6486ba
|
Rename metav1.Event to metav1.WatchEvent to avoid swagger collision
The kind on this object was always WatchEvent
|
2017-01-06 23:45:04 -05:00 |
|
Clayton Coleman
|
e5019de260
|
refactor: Move versioned/watch to meta/v1
|
2017-01-06 23:45:03 -05:00 |
|
Clayton Coleman
|
3454a8d52c
|
refactor: update bazel, codec, and gofmt
|
2016-12-03 19:10:53 -05:00 |
|
Clayton Coleman
|
5df8cc39c9
|
refactor: generated
|
2016-12-03 19:10:46 -05:00 |
|
Clayton Coleman
|
35a6bfbcee
|
generated: refactor
|
2016-11-23 22:30:47 -06:00 |
|
Mike Bryant
|
a6dafe401f
|
Use correct variable in thirdpartyresourcedata codec.
Fixes #34459
|
2016-10-10 18:42:33 +01:00 |
|
deads2k
|
e9c1b87b80
|
move extensions registry packages
|
2016-09-21 09:14:38 -04:00 |
|