• Kubernetes Submit Queue's avatar
    Merge pull request #65034 from caesarxuchao/json-case-sensitive · a2de1398
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue. 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>.
    
    Make kubernetes json serializer case sensitive
    
    This PR imported the latest jsoniterator library so that case sensitivity during unmarhsaling is optional. The PR also set Kubernetes json serializer to be case sensitive.
    
    Kubernetes json serializer had been case sensitive for 1.1-1.7 as we were using ugorji. This PR restores the behavior.
    
    Fix #64612.
    
    ```release-notes
    Kubernetes json deserializer is now case-sensitive as it was before 1.8.
    If your config files contains fields with wrong case, the config files will be now invalid.
    ```
    a2de1398
Name
Last commit
Last update
..
Godeps.json Loading commit data...
LICENSES Loading commit data...
OWNERS Loading commit data...
Readme Loading commit data...