Documentation ¶
Index ¶
- Variables
- func AddToTestOutput(args ...string)
- func Command(name string, args ...string) *exec.Cmd
- func GetEtcdClient(etcdIP string) client.Interface
- func IPSetIDForSelector(rawSelector string) string
- func IPSetNameForSelector(ipVersion int, rawSelector string) string
- func LogOutput(cmd *exec.Cmd, name string) error
- func Run(command string, args ...string)
- func RunCommand(command string, args ...string) error
- func RunMayFail(command string, args ...string) error
- type EnvConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var Ctx = context.Background()
View Source
var LastRunOutput string
View Source
var NoOptions = options.SetOptions{}
Functions ¶
func AddToTestOutput ¶
func AddToTestOutput(args ...string)
func GetEtcdClient ¶
func IPSetIDForSelector ¶
func IPSetNameForSelector ¶
func RunCommand ¶
func RunMayFail ¶
Types ¶
type EnvConfig ¶
type EnvConfig struct { FelixImage string `default:"calico/felix:latest"` EtcdImage string `default:"quay.io/coreos/etcd"` K8sImage string `default:"gcr.io/google_containers/hyperkube-amd64:v1.10.4"` TyphaImage string `default:"calico/typha:latest"` // Note: this is overridden in the Makefile! BusyboxImage string `default:"busybox:latest"` }
var Config EnvConfig
Click to show internal directories.
Click to hide internal directories.