• Kubernetes Submit Queue's avatar
    Merge pull request #44350 from deads2k/server-17-watch · 9fbefe3b
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 44868, 44350)
    
    build external watch event so simple encoders can encode
    
    `kube-apiserver` clients require a specific serialization of `watch.Event` to function properly.  There is no reason to allow flexibility of serialization at this point since no client would able to understand a different encoding.
    
    I found this which trying to use a simple, unstructured json encoder and the clients kept choking on watches because it serialized without the proper json tags.
    
    @kubernetes/sig-api-machinery-pr-reviews
    9fbefe3b
Name
Last commit
Last update
..
src/k8s.io 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...