Merge pull request #24539 from smarterclayton/unify_stream_and_serial

Unify Streaming and normal Serializers
This commit is contained in:
Wojciech Tyczynski 2016-04-25 11:25:16 +02:00
commit 16c051ec67
1 changed files with 2 additions and 3 deletions

View File

@ -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)