Merge pull request #8299 from thockin/import-names

rename imported pkgs for readability
This commit is contained in:
Tim Hockin
2015-05-19 12:01:57 -07:00
20 changed files with 2168 additions and 2171 deletions

View File

@@ -34,7 +34,7 @@ package ${version}
import (
"reflect"
newer "github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api/resource"
"github.com/GoogleCloudPlatform/kubernetes/pkg/conversion"
)