install the legacy v1 API for make_secret.go in http-nginx example

This commit is contained in:
Chao Xu
2015-09-25 10:24:38 -07:00
parent 6a04145362
commit 4e8c5e5e19
2 changed files with 4 additions and 1 deletions

View File

@@ -29,6 +29,9 @@ import (
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/api/latest"
"k8s.io/kubernetes/pkg/runtime"
// This installs the legacy v1 API
_ "k8s.io/kubernetes/pkg/api/install"
)
// TODO: