default serializer

This commit is contained in:
deads2k
2016-10-14 11:27:32 -04:00
parent c3742a8fbe
commit 7412be4465
7 changed files with 1 additions and 7 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)