File tree 1 file changed +0
-3
lines changed
pkg/template/servicebroker/apis/config/install 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,12 @@ import (
9
9
configapiv1 "github.com/openshift/origin/pkg/template/servicebroker/apis/config/v1"
10
10
)
11
11
12
- const importPrefix = "github.com/openshift/origin/pkg/authorization/apis/authorization"
13
-
14
12
// Install registers the API group and adds types to a scheme
15
13
func Install (groupFactoryRegistry announced.APIGroupFactoryRegistry , registry * registered.APIRegistrationManager , scheme * runtime.Scheme ) {
16
14
if err := announced .NewGroupMetaFactory (
17
15
& announced.GroupMetaFactoryArgs {
18
16
GroupName : configapi .GroupName ,
19
17
VersionPreferenceOrder : []string {configapiv1 .SchemeGroupVersion .Version },
20
- ImportPrefix : importPrefix ,
21
18
AddInternalObjectsToScheme : configapi .AddToScheme ,
22
19
},
23
20
announced.VersionToSchemeFunc {
You can’t perform that action at this time.
0 commit comments