Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultIsoUrl = "https://storage.googleapis.com/minikube/minikube-0.5.iso" DefaultMemory = 1024 DefaultCPUS = 1 DefaultVMDriver = "virtualbox" )
View Source
const ( RemoteLocalKubeErrPath = "/var/log/localkube.err" RemoteLocalKubeOutPath = "/var/log/localkube.out" )
View Source
const MachineName = "minikubeVM"
MachineName is the name to use for the VM.
View Source
const MinikubeContext = "minikube"
MinikubeContext is the kubeconfig context name used for minikube
Variables ¶
View Source
var ConfigFilePath = MakeMiniPath("config")
View Source
var KubeconfigPath = clientcmd.RecommendedHomeFile
TODO: Fix for windows KubeconfigPath is the path to the Kubernetes client config
View Source
var LogFlags = [...]string{
"v",
"vmodule",
}
Only pass along these flags to localkube.
View Source
var Minipath = filepath.Join(homedir.HomeDir(), ".minikube")
Fix for windows
View Source
var SupportedVMDrivers = [...]string{
"virtualbox",
"vmwarefusion",
"kvm",
"xhyve",
}
Functions ¶
func MakeMiniPath ¶
MakeMiniPath is a utility to calculate a relative path to our directory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.