Revert "Improve conversion to support multiple packages"

This commit is contained in:
Mike Danese
2015-07-30 10:51:40 -07:00
parent 452bdcae2d
commit 94a387d5d1
8 changed files with 139 additions and 389 deletions

View File

@@ -33,6 +33,14 @@ function generate_version() {
cat >> $TMPFILE <<EOF
package ${version}
import (
"reflect"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api/resource"
"github.com/GoogleCloudPlatform/kubernetes/pkg/conversion"
)
// AUTO-GENERATED FUNCTIONS START HERE
EOF