kubernetes/pkg/api/testing/serialization_proto_test.go

func TestUniversalDeserializer(t *testing.T) {}

func TestAllFieldsHaveTags(t *testing.T) {}

func fieldsHaveProtobufTags(obj reflect.Type) error {}

func TestProtobufRoundTrip(t *testing.T) {}

// BenchmarkEncodeCodec measures the cost of performing a codec encode, which includes
// reflection (to clear APIVersion and Kind)
func BenchmarkEncodeCodecProtobuf(b *testing.B) {}

// BenchmarkEncodeCodecFromInternalProtobuf measures the cost of performing a codec encode,
// including conversions and any type setting. This is a "full" encode.
func BenchmarkEncodeCodecFromInternalProtobuf(b *testing.B) {}

func BenchmarkEncodeProtobufGeneratedMarshal(b *testing.B) {}

func BenchmarkEncodeProtobufGeneratedMarshalList10(b *testing.B) {}

func BenchmarkEncodeProtobufGeneratedMarshalList100(b *testing.B) {}

func BenchmarkEncodeProtobufGeneratedMarshalList1000(b *testing.B) {}

// BenchmarkDecodeCodecToInternalProtobuf measures the cost of performing a codec decode,
// including conversions and any type setting. This is a "full" decode.
func BenchmarkDecodeCodecToInternalProtobuf(b *testing.B) {}

// BenchmarkDecodeJSON provides a baseline for regular JSON decode performance
func BenchmarkDecodeIntoProtobuf(b *testing.B) {}