apimachinery: remove pre-apigroups import prefix logic

This commit is contained in:
Dr. Stefan Schimanski
2017-08-03 17:49:35 +02:00
parent 291eaeec29
commit 8728576236
37 changed files with 4 additions and 49 deletions

View File

@@ -38,7 +38,6 @@ func Install(groupFactoryRegistry announced.APIGroupFactoryRegistry, registry *r
&announced.GroupMetaFactoryArgs{
GroupName: imagepolicy.GroupName,
VersionPreferenceOrder: []string{v1alpha1.SchemeGroupVersion.Version},
ImportPrefix: "k8s.io/api/imagepolicy",
RootScopedKinds: sets.NewString("ImageReview"),
AddInternalObjectsToScheme: imagepolicy.AddToScheme,
},