Move utilities into different packages. Add local and remove runner.

This commit is contained in:
Random-Liu
2016-08-11 23:30:04 -07:00
parent f0462c4043
commit afb780d4ee
14 changed files with 104 additions and 51 deletions

View File

@@ -20,8 +20,8 @@ import (
"flag"
)
// TODO(random-liu): Get this automatically from kubelet flag.
var kubeletAddress = flag.String("kubelet-address", "http://127.0.0.1:10255", "Host and port of the kubelet")
var buildServices = flag.Bool("build-services", true, "If true, build local executables")
var startServices = flag.Bool("start-services", true, "If true, start local node services")
var stopServices = flag.Bool("stop-services", true, "If true, stop local node services after running tests")