• Kubernetes Submit Queue's avatar
    Merge pull request #47975 from deads2k/api-14-proto · df7f4b35
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 46425, 47975)
    
    make proto time precision match json
    
    json readers/writers see second precision, but protobuf readers/writers seen nanosecond precision.  This means that a json client can read and write and accidentally mutate fields as seen by protobuf clients.
    
    This makes the precision consistent.
    
    @kubernetes/sig-api-machinery-misc @smarterclayton 
    
    ```release-note
    Update protobuf time serialization for a one second granularity
    ```
    df7f4b35
Name
Last commit
Last update
..
src/k8s.io Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
copy.sh Loading commit data...
godeps-json-updater.go Loading commit data...
prime-apimachinery.sh Loading commit data...