mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-15 01:22:24 +00:00
Automatic merge from submit-queue Implement a streaming serializer for watch Changeover watch to use streaming serialization. Properly version the watch objects. Implement simple framing for JSON and Protobuf (but not YAML). @wojtek-t @lavalamp