mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-21 02:10:41 +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