genericServer,err:=c.Config.GenericConfig.SkipComplete().New()// completion is done in Complete, no need for a second time
genericServer,err:=c.Config.GenericConfig.SkipComplete().New(genericapiserver.EmptyDelegate)// completion is done in Complete, no need for a second time
// New returns a new instance of WardleServer from the given config.
// New returns a new instance of WardleServer from the given config.
func(ccompletedConfig)New()(*WardleServer,error){
func(ccompletedConfig)New()(*WardleServer,error){
genericServer,err:=c.Config.GenericConfig.SkipComplete().New()// completion is done in Complete, no need for a second time
genericServer,err:=c.Config.GenericConfig.SkipComplete().New(genericapiserver.EmptyDelegate)// completion is done in Complete, no need for a second time