Documentation
¶
Index ¶
- Constants
- func AuditLog() string
- func CACert() string
- func ClientCert(name string) string
- func ClientKey(name string) string
- func ConfigFile() string
- func DstPath(dst string) (string, error)
- func EventLog(name string) string
- func LastStartLog() string
- func MachinePath(machine string, miniHome ...string) string
- func MakeMiniPath(fileName ...string) string
- func MiniPath() string
- func PID(profile string) string
- func Profile(name string) string
- func SanitizeCacheDir(image string) string
Constants ¶
const MinikubeHome = "MINIKUBE_HOME"
MinikubeHome is the name of the minikube home directory environment variable.
Variables ¶
This section is empty.
Functions ¶
func AuditLog ¶ added in v1.17.1
func AuditLog() string
AuditLog returns the path to the audit log. This log contains a history of commands run, by who, when, and what arguments.
func CACert ¶ added in v1.9.0
func CACert() string
CACert returns the minikube CA certificate shared between profiles
func ClientCert ¶ added in v1.9.0
ClientCert returns client certificate path, used by kubeconfig
func EventLog ¶ added in v1.12.2
EventLog returns the path to a CloudEvents log This log contains the transient state of minikube and the completed steps on start.
func LastStartLog ¶ added in v1.18.0
func LastStartLog() string
LastStartLog returns the path to the last start log.
func MachinePath ¶ added in v1.6.0
MachinePath returns the minikube machine path of a machine
func MakeMiniPath ¶
MakeMiniPath is a utility to calculate a relative path to our directory.
func SanitizeCacheDir ¶ added in v1.7.0
SanitizeCacheDir returns a path without special characters
Types ¶
This section is empty.