Remove references to v1/internal ExportOptions

This commit is contained in:
Clayton Coleman
2016-11-27 19:04:05 -05:00
parent c43bdfbf0d
commit 3dde81f8d0
27 changed files with 49 additions and 34 deletions

View File

@@ -132,7 +132,6 @@ func GetResource(r rest.Getter, e rest.Exporter, scope RequestScope) restful.Rou
// check for export
if values := req.Request.URL.Query(); len(values) > 0 {
// TODO: this is internal version, not unversioned
exports := unversioned.ExportOptions{}
if err := scope.ParameterCodec.DecodeParameters(values, schema.GroupVersion{Version: "v1"}, &exports); err != nil {
return nil, err