Merge pull request #8201 from derekwaynecarr/missing_import

Conversion tool was not able to build v1 conversions
This commit is contained in:
Daniel Smith 2015-05-13 13:58:44 -07:00
commit 2d170ecc91

View File

@ -22,6 +22,7 @@ import (
"runtime"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1beta1"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1beta2"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1beta3"