Merge pull request #24539 from smarterclayton/unify_stream_and_serial
Unify Streaming and normal Serializers
This commit is contained in:
commit
16c051ec67
|
@ -96,7 +96,6 @@ func Run(serverOptions *genericapiserver.ServerRunOptions) error {
|
|||
},
|
||||
Scheme: api.Scheme,
|
||||
NegotiatedSerializer: api.Codecs,
|
||||
NegotiatedStreamSerializer: api.StreamCodecs,
|
||||
}
|
||||
if err := s.InstallAPIGroups([]genericapiserver.APIGroupInfo{apiGroupInfo}); err != nil {
|
||||
return fmt.Errorf("Error in installing API: %v", err)
|
||||
|
|
Loading…
Reference in New Issue