Versions in this module Expand all Collapse all v0 v0.6.0 Dec 23, 2019 Changes in this version + func SetClusterName(clusterName string) func(*Gcp) + func SetUuid(uuid string) func(*Gcp) + type Gcp struct + func NewGcp(opts ...func(*Gcp)) (*Gcp, error) + func (gcp *Gcp) ClusterName() string + func (gcp *Gcp) ConfigureSqlInstance() (runtime.MysqlDb, error) + func (gcp *Gcp) CreateK8sCluster() (string, error) + func (gcp *Gcp) CreateNfs() (runtime.Nfs, error) + func (gcp *Gcp) CreateStorage() error + func (gcp *Gcp) GetClusterList() ([]string, error) + func (gcp *Gcp) RemoveCluster() error + func (gcp *Gcp) RemoveFileSystem() error + func (gcp *Gcp) RemoveSqlInstance() error + func (gcp *Gcp) RemoveStorage() error + func (gcp *Gcp) UpdateKubeConfig() error