Merge pull request #1117 from lavalamp/fixApi

Invert api and api/v1beta1 dependencies
This commit is contained in:
Joe Beda
2014-08-29 14:59:15 -07:00
13 changed files with 121 additions and 82 deletions

View File

@@ -24,6 +24,7 @@ import (
"time"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1beta1"
"github.com/GoogleCloudPlatform/kubernetes/pkg/watch"
)