kubernetes/pkg/api
Kubernetes Submit Queue 135d58b394
Merge pull request #57142 from nikhita/bump-jsoniter
Automatic merge from submit-queue (batch tested with PRs 57122, 57142, 57016, 56927, 56678). 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>.

bump(13f864): github.com/json-iterator/go: use ConfigCompatibleWithStandardLibrary

Jsoniter in `ConfigFastest` mode does not support escape characters in object keys, whereas `ConfigCompatibleWithStandardLibrary` does.

Fixes kubernetes/kubernetes#56018
Related kubernetes/kubernetes#56055

Benchmark results:

```
BenchmarkDecodeIntoJSON-4                                              	   30000	     48522 ns/op	    3792 B/op	      63 allocs/op
BenchmarkDecodeIntoJSONCodecGenConfigFast-4                            	  100000	     17409 ns/op	    4524 B/op	      96 allocs/op
BenchmarkDecodeIntoJSONCodecGenConfigCompatibleWithStandardLibrary-4   	  100000	     18617 ns/op	    4924 B/op	     121 allocs/op
```

/assign sttts thockin mfojtik
2017-12-16 23:32:38 -08:00
..
endpoints Update generated files 2017-11-09 12:14:08 +01:00
events Update generated files 2017-11-09 12:14:08 +01:00
legacyscheme Update bazel 2017-10-18 17:24:04 +02:00
persistentvolume Refactor flex pv to allow secret namespace 2017-12-13 23:32:16 -05:00
persistentvolumeclaim generated code for VolumeMode api change 2017-11-18 12:03:33 -05:00
pod generated code for VolumeMode api change 2017-11-18 12:03:33 -05:00
ref Update generated files 2017-11-09 12:14:08 +01:00
resource Remove unused code in pkg/api/,pkg/apis/ 2017-12-07 13:35:47 +08:00
service Update generated files 2017-11-09 12:14:08 +01:00
testapi generated 2017-11-22 18:40:09 +00:00
testing Merge pull request #57142 from nikhita/bump-jsoniter 2017-12-16 23:32:38 -08:00
unversioned update BUILD files 2017-10-15 18:18:13 -07:00
v1 Update generated files 2017-11-09 12:14:08 +01:00
OWNERS Create api-{approvers,reviewers} alias 2017-10-18 10:54:28 -07:00