Versions in this module Expand all Collapse all v2 v2.0.0 Oct 7, 2019 Changes in this version + type Minikube struct + func New() *Minikube + func WithOptions(options []string) *Minikube + func WithOptionsAndKubeConfigPath(options []string, kubeconfigpath string) *Minikube + func (m *Minikube) Create() error + func (m *Minikube) Delete() error + func (m *Minikube) GetKubeconfig() (string, error)