Skip to content

Commit

Permalink
fix TSB install
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Aug 24, 2017
1 parent 34a0861 commit 6fbafb5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/template/servicebroker/apis/config/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ import (
configapiv1 "github.com/openshift/origin/pkg/template/servicebroker/apis/config/v1"
)

const importPrefix = "github.com/openshift/origin/pkg/authorization/apis/authorization"

// Install registers the API group and adds types to a scheme
func Install(groupFactoryRegistry announced.APIGroupFactoryRegistry, registry *registered.APIRegistrationManager, scheme *runtime.Scheme) {
if err := announced.NewGroupMetaFactory(
&announced.GroupMetaFactoryArgs{
GroupName: configapi.GroupName,
VersionPreferenceOrder: []string{configapiv1.SchemeGroupVersion.Version},
ImportPrefix: importPrefix,
AddInternalObjectsToScheme: configapi.AddToScheme,
},
announced.VersionToSchemeFunc{
Expand Down

0 comments on commit 6fbafb5

Please sign in to comment.