Remove TPR remnants

There are still TPR types and generated client
in the extensions group. It is better to clean
that up, now that it has been removed from master.
This commit is contained in:
Nikhita Raghunath
2017-11-02 21:35:46 +05:30
parent 12752f3139
commit 3b0b95ecbf
9 changed files with 2 additions and 192 deletions

View File

@@ -81,9 +81,6 @@ func init() {
"PodProxyOptions",
"NodeProxyOptions",
"ServiceProxyOptions",
"ThirdPartyResource",
"ThirdPartyResourceData",
"ThirdPartyResourceList",
),
},
announced.VersionToSchemeFunc{
@@ -205,7 +202,7 @@ func init() {
&announced.GroupMetaFactoryArgs{
GroupName: extensionsv1beta1.GroupName,
VersionPreferenceOrder: []string{extensionsv1beta1.SchemeGroupVersion.Version},
RootScopedKinds: sets.NewString("PodSecurityPolicy", "ThirdPartyResource"),
RootScopedKinds: sets.NewString("PodSecurityPolicy"),
},
announced.VersionToSchemeFunc{
extensionsv1beta1.SchemeGroupVersion.Version: extensionsv1beta1.AddToScheme,