Merge pull request #9971 from smarterclayton/make_conversion_more_flexible

Improve conversion to support multiple packages
This commit is contained in:
Mike Danese
2015-07-30 10:05:10 -07:00
8 changed files with 389 additions and 139 deletions

View File

@@ -33,14 +33,6 @@ 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