Skip to content

Commit 6fbafb5

Browse files
committed
fix TSB install
1 parent 34a0861 commit 6fbafb5

File tree

1 file changed

+0
-3
lines changed
  • pkg/template/servicebroker/apis/config/install

1 file changed

+0
-3
lines changed

pkg/template/servicebroker/apis/config/install/install.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,12 @@ import (
99
configapiv1 "github.com/openshift/origin/pkg/template/servicebroker/apis/config/v1"
1010
)
1111

12-
const importPrefix = "github.com/openshift/origin/pkg/authorization/apis/authorization"
13-
1412
// Install registers the API group and adds types to a scheme
1513
func Install(groupFactoryRegistry announced.APIGroupFactoryRegistry, registry *registered.APIRegistrationManager, scheme *runtime.Scheme) {
1614
if err := announced.NewGroupMetaFactory(
1715
&announced.GroupMetaFactoryArgs{
1816
GroupName: configapi.GroupName,
1917
VersionPreferenceOrder: []string{configapiv1.SchemeGroupVersion.Version},
20-
ImportPrefix: importPrefix,
2118
AddInternalObjectsToScheme: configapi.AddToScheme,
2219
},
2320
announced.VersionToSchemeFunc{

0 commit comments

Comments
 (0)