mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-12 05:35:17 -04:00
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. |
||
|---|---|---|
| .. | ||
| json | ||
| protobuf | ||
| recognizer | ||
| streaming | ||
| versioning | ||
| yaml | ||
| codec_factory.go | ||
| codec_test.go | ||
| deep_copy_generated.go | ||
| protobuf_extension.go | ||