Versions in this module Expand all Collapse all v0 v0.1.4 Jun 27, 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)