Merge pull request #20377 from smarterclayton/protobuf_serializer
Automatic merge from submit-queue
Add a protobuf serializer
Provide a core protobuf serializer that can either write objects with
an envelope (a 4 byte prefix and a runtime.Object) or raw to a byte
array.
Makes a few small refactors to prepare for streaming codecs (watch)
including a new constructor for the codec factory.
@kubernetes/sig-api-machinery the bulk of this is not compiled by
default (under the 'proto' tag), but lays groundwork the enablement
here.
Showing
This diff is collapsed.
Click to expand it.
pkg/runtime/types_proto.go
0 → 100644
Please
register
or
sign in
to comment