constants

package
v0.19.1 Latest Latest
Warning

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

Go to latest
Published: May 30, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	APIServerPort = 8443
	APIServerName = "minikubeCA"
)

APIServerPort is the port that the API server should listen on.

View Source
const (
	DefaultKeepContext  = false
	ShaSuffix           = ".sha256"
	DefaultMemory       = 2048
	DefaultCPUS         = 2
	DefaultDiskSize     = "20g"
	MinimumDiskSizeMB   = 2000
	DefaultVMDriver     = "virtualbox"
	DefaultStatusFormat = "minikube: {{.MinikubeStatus}}\n" +
		"localkube: {{.LocalkubeStatus}}\n"
	DefaultAddonListFormat    = "- {{.AddonName}}: {{.AddonStatus}}\n"
	DefaultConfigViewFormat   = "- {{.ConfigKey}}: {{.ConfigValue}}\n"
	GithubMinikubeReleasesURL = "https://storage.googleapis.com/minikube/releases.json"
	KubernetesVersionGCSURL   = "https://storage.googleapis.com/minikube/k8s_releases.json"
)
View Source
const (
	RemoteLocalKubeErrPath = "/var/lib/localkube/localkube.err"
	RemoteLocalKubeOutPath = "/var/lib/localkube/localkube.out"
	LocalkubePIDPath       = "/var/run/localkube.pid"
)
View Source
const (
	LocalkubeServicePath = "/usr/lib/systemd/system/localkube.service"
	LocalkubeRunning     = "active"
	LocalkubeStopped     = "inactive"
)
View Source
const (
	DefaultUfsPort       = "5640"
	DefaultUfsDebugLvl   = 0
	DefaultMountEndpoint = "/minikube-host"
)
View Source
const AddonsPath = "/etc/kubernetes/addons"
View Source
const DefaultMachineName = "minikube"

DefaultMachineName is the default name for the VM

View Source
const DefaultStorageClassProvisioner = "standard"

The name of the default storage class provisioner

View Source
const DockerAPIVersion = "1.23"

DockerAPIVersion is the API version implemented by Docker running in the minikube VM.

View Source
const IsMinikubeChildProcess = "IS_MINIKUBE_CHILD_PROCESS"
View Source
const MinikubeContext = "minikube"

MinikubeContext is the kubeconfig context name used for minikube

View Source
const MinikubeEnvPrefix = "MINIKUBE"

MinikubeEnvPrefix is the prefix for the environmental variables

View Source
const MinikubeHome = "MINIKUBE_HOME"
View Source
const ReportingURL = "" /* 130-byte string literal not displayed */

Variables

View Source
var ConfigFile = MakeMiniPath("config", "config.json")
View Source
var ConfigFilePath = MakeMiniPath("config")
View Source
var DefaultIsoShaUrl = DefaultIsoUrl + ShaSuffix
View Source
var DefaultIsoUrl = fmt.Sprintf("https://storage.googleapis.com/%s/minikube-%s.iso", minikubeVersion.GetIsoPath(), minikubeVersion.GetIsoVersion())
View Source
var DefaultKubernetesVersion = version.Get().GitVersion
View Source
var DefaultMinipath = filepath.Join(homedir.HomeDir(), ".minikube")
View Source
var DefaultMountDir = homedir.HomeDir()

KubeconfigEnvVar is the env var to check for the Kubernetes client config

KubeconfigPath is the path to the Kubernetes client config

View Source
var LocalkubeDownloadURLPrefix = "https://storage.googleapis.com/minikube/k8sReleases/"
View Source
var LocalkubeLinuxFilename = "localkube-linux-amd64"
View Source
var LogFlags = [...]string{
	"v",
	"vmodule",
}

Only pass along these flags to localkube.

View Source
var MountProcessFileName = ".mount-process"
View Source
var SupportedVMDrivers = [...]string{
	"virtualbox",
	"kvm",
	"none",
}

Functions

func GetMinipath added in v0.17.0

func GetMinipath() string

Minipath is the path to the user's minikube dir

func MakeMiniPath

func MakeMiniPath(fileName ...string) string

MakeMiniPath is a utility to calculate a relative path to our directory.

Types

This section is empty.

Jump to

Keyboard shortcuts

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