Documentation ¶
Index ¶
- func SetCpus(cpus int) func(*Minikube)
- func SetDriver(driver string) func(*Minikube)
- func SetMemory(memory int) func(*Minikube)
- func SetProfile(profile string) func(*Minikube)
- func SetkubeVersion(kubeVersion string) func(*Minikube)
- func Start(profile string) error
- func Stop(profile string) error
- type Minikube
- func (minikube *Minikube) ClusterName() string
- func (minikube *Minikube) ConfigureSqlInstance() (runtime.MysqlDb, error)
- func (minikube *Minikube) CreateK8sCluster() (string, error)
- func (minikube *Minikube) CreateNfs() (runtime.Nfs, error)
- func (minikube *Minikube) CreateStorage() error
- func (minikube *Minikube) RemoveCluster() error
- func (minikube *Minikube) RemoveFileSystem() error
- func (minikube *Minikube) RemoveSqlInstance() error
- func (minikube *Minikube) RemoveStorage() error
- func (minikube *Minikube) UpdateKubeConfig() error
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetProfile ¶
func SetkubeVersion ¶
Types ¶
type Minikube ¶
type Minikube struct {
// contains filtered or unexported fields
}
func NewMinikube ¶
func (*Minikube) ClusterName ¶
func (*Minikube) ConfigureSqlInstance ¶
func (*Minikube) CreateK8sCluster ¶
func (*Minikube) CreateStorage ¶
func (*Minikube) RemoveCluster ¶
func (*Minikube) RemoveFileSystem ¶
func (*Minikube) RemoveSqlInstance ¶
func (*Minikube) RemoveStorage ¶
func (*Minikube) UpdateKubeConfig ¶
Click to show internal directories.
Click to hide internal directories.