flags

package
v0.0.0-...-0cd89e8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2016 License: GPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version     = flag.Bool("version", false, "Print version and exit")
	Listen      = flag.String("listen", "/var/run/infra.sock", "The listen socket, e.g. /var/run/infra.sock")
	ConfigFile  = flag.String("config", "", "Configuration file")
	PodProvider = flag.String("podprovider", "virtualbox", "Pod Provider to use")
	ImgProvider = flag.String("imgprovider", "docker", "Container Image Provider to use")
	CA          = flag.String("ca", "/root/ca.pem", "CA File location")
	MasterIP    = flag.String("master-ip", "", "IP Address for Master Components")
	ClusterCIDR = flag.String("cluster-cidr", "", "The CIDR range of pods in the cluster. It is used to bridge traffic coming from outside of the cluster. If not provided, no off-cluster bridging will be performed.")
	Kubeconfig  = flag.String("kubeconfig", "/var/lib/kube-proxy/kubeconfig", "Path to kubeconfig file with authorization information (the master location is set by the master flag")
	IPBase      = flag.String("base-ip", "", "First 3 octets of the IP address")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL