default serializer

This commit is contained in:
deads2k 2016-10-14 11:27:32 -04:00
parent 00faff90bc
commit 66fccf3f37
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ func Run(serverOptions *genericoptions.ServerRunOptions) error {
}
config.Authorizer = authorizer.NewAlwaysAllowAuthorizer()
config.Serializer = api.Codecs
s, err := config.New()
if err != nil {
return fmt.Errorf("Error in bringing up the server: %v", err)