constants

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2019 License: Apache-2.0 Imports: 6 Imported by: 570

Documentation

Index

Constants

View Source
const (
	// APIServerPort is the default API server port
	APIServerPort = 8443
	// APIServerName is the default API server name
	APIServerName = "minikubeCA"
	// ClusterDNSDomain is the default DNS domain
	ClusterDNSDomain = "cluster.local"
)
View Source
const (
	// GvisorFilesPath is the path to the gvisor files saved by go-bindata
	GvisorFilesPath = "/tmp/gvisor"

	// GvisorConfigTomlTargetName is the go-bindata target name for the gvisor config.toml
	GvisorConfigTomlTargetName = "gvisor-config.toml"
)
View Source
const DefaultMachineName = "minikube"

DefaultMachineName is the default name for the VM

View Source
const DefaultNodeName = "minikube"

DefaultNodeName is the default name for the kubeadm node within the VM

View Source
const (
	// IsMinikubeChildProcess is the name of "is minikube child process" variable
	IsMinikubeChildProcess = "IS_MINIKUBE_CHILD_PROCESS"
)
View Source
const (
	// SHASuffix is the suffix of a SHA-256 checksum file
	SHASuffix = ".sha256"
)

Variables

View Source
var DefaultISOSHAURL = DefaultISOURL + SHASuffix

DefaultISOSHAURL is the default location of the minikube.iso.sha256 file

View Source
var DefaultISOURL = fmt.Sprintf("https://storage.googleapis.com/%s/minikube-%s.iso", minikubeVersion.GetISOPath(), minikubeVersion.GetISOVersion())

DefaultISOURL is the default location of the minikube.iso file

View Source
var DefaultKubernetesVersion = "v1.16.2"

DefaultKubernetesVersion is the default kubernetes version

View Source
var DefaultMinipath = filepath.Join(homedir.HomeDir(), ".minikube")

DefaultMinipath is the default Minikube path (under the home directory)

View Source
var DefaultMountDir = homedir.HomeDir()

DefaultMountDir is the default mount dir

View Source
var ImageCacheDir = localpath.MakeMiniPath("cache", "images")

ImageCacheDir is the path to the image cache directory

View Source
var ImageRepositories = map[string][]string{
	"global": {""},
	"cn":     {"registry.cn-hangzhou.aliyuncs.com/google_containers"},
}

ImageRepositories contains all known image repositories

View Source
var KubeadmBinaries = []string{"kubelet", "kubeadm"}

KubeadmBinaries are Kubernetes release binaries required for kubeadm

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

KubeconfigPath is the path to the Kubernetes client config

View Source
var MountProcessFileName = ".mount-process"

MountProcessFileName is the filename of the mount process

View Source
var NewestKubernetesVersion = "v1.16.2"

NewestKubernetesVersion is the newest Kubernetes version to test against

View Source
var OldestKubernetesVersion = "v1.11.10"

OldestKubernetesVersion is the oldest Kubernetes version to test against

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