Conversion tool was not able to build v1 conversions

pull/6/head
derekwaynecarr 2015-05-13 16:23:22 -04:00
parent 04ba79d300
commit 3e503f5040
1 changed files with 1 additions and 0 deletions

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"