pull/7093/head
Priya Wadhwa 2020-03-18 10:41:24 -07:00
parent 1c9e63312c
commit 68baafccf0
1 changed files with 4 additions and 5 deletions

View File

@ -33,11 +33,10 @@ const (
)
var (
dockerStorageDriver = "overlay2"
preloadedTarballVersion = "v1"
containerRuntimes = []string{"docker"}
k8sVersion string
k8sVersions []string
dockerStorageDriver = "overlay2"
containerRuntimes = []string{"docker"}
k8sVersion string
k8sVersions []string
)
func init() {