Documentation ¶
Index ¶
- Constants
- func NewInfrastructureCluster(conf *conf.Bootstrap, logger log.Logger) biz.ClusterInfrastructure
- type InfrastructureCluster
- func (i *InfrastructureCluster) GetNodesSystemInfo(ctx context.Context, cluster *biz.Cluster) error
- func (i *InfrastructureCluster) GetRegions(ctx context.Context, cluster *biz.Cluster) error
- func (i *InfrastructureCluster) HandlerNodes(ctx context.Context, cluster *biz.Cluster) error
- func (i *InfrastructureCluster) Install(ctx context.Context, cluster *biz.Cluster) error
- func (i *InfrastructureCluster) MigrateToBostionHost(ctx context.Context, cluster *biz.Cluster) error
- func (i *InfrastructureCluster) Start(ctx context.Context, cluster *biz.Cluster) error
- func (i *InfrastructureCluster) Stop(ctx context.Context, cluster *biz.Cluster) error
- func (i *InfrastructureCluster) UnInstall(ctx context.Context, cluster *biz.Cluster) error
Constants ¶
View Source
const (
ServiceNameInfrastructure = "infrastructure"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InfrastructureCluster ¶
type InfrastructureCluster struct {
// contains filtered or unexported fields
}
func (*InfrastructureCluster) GetNodesSystemInfo ¶
func (*InfrastructureCluster) GetRegions ¶
func (*InfrastructureCluster) HandlerNodes ¶
func (*InfrastructureCluster) MigrateToBostionHost ¶
Click to show internal directories.
Click to hide internal directories.