-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 55938, 56055, 53385, 55796, 55922). 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>. apiextensions: fix object keys in fuzzer to exclude escape characters Jsoniter in ConfigFastest mode does not support escape characters in object keys. Hence, we have to fix this after the fuzzer chose invalid keys. This might be only an intermediate fix if we decide to accept arbitrary object keys again. But for now, with the choice of `ConfigFastest` (https://github.com/json-iterator/go/blob/f1258b01aa14930fff5c6b9b09fe9b4614359472/feature_config.go#L66) this change is necessary.