Add missing import

This commit is contained in:
Justin Santa Barbara
2015-04-02 12:55:43 -07:00
parent b9fd56050a
commit 3549b30c8e

View File

@@ -21,6 +21,7 @@ import (
"os"
"path"
"strconv"
"strings"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider"