mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-16 23:05:05 +00:00
Automatic merge from submit-queue add asserts for RecognizingDecoder and update protobuf serializer Ensure that serializers are asserting that they implement the `RecognizingDecoder` interface and update the protobuf serializer to add the `unknown` parameter. Manifested in: https://github.com/openshift/origin/issues/9739 @smarterclayton @deads2k