Documentation ¶
Index ¶
- func LeftMenuItemsForInstall(ctx context.Context, clusterId int64, selectedItem string) []maps.Map
- type CreateBatchAction
- type CreateNodeAction
- type CreateNodeInstallAction
- type DeleteAction
- type IndexAction
- type InstallManualAction
- type InstallNodesAction
- type InstallRemoteAction
- type InstallStatusAction
- type NodesAction
- type SuggestLoginPortsAction
- type UpdateNodeSSHAction
- type UpgradeRemoteAction
- type UpgradeStatusAction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateBatchAction ¶
type CreateBatchAction struct {
actionutils.ParentAction
}
func (*CreateBatchAction) Init ¶
func (this *CreateBatchAction) Init()
func (*CreateBatchAction) RunGet ¶
func (this *CreateBatchAction) RunGet(params struct { ClusterId int64 })
type CreateNodeAction ¶
type CreateNodeAction struct {
actionutils.ParentAction
}
CreateNodeAction 创建节点
func (*CreateNodeAction) Init ¶
func (this *CreateNodeAction) Init()
func (*CreateNodeAction) RunGet ¶
func (this *CreateNodeAction) RunGet(params struct { ClusterId int64 })
type CreateNodeInstallAction ¶ added in v0.2.9
type CreateNodeInstallAction struct {
actionutils.ParentAction
}
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) Init ¶
func (this *DeleteAction) Init()
func (*DeleteAction) RunGet ¶
func (this *DeleteAction) RunGet(params struct{})
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { ClusterId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
func (*IndexAction) RunGet ¶
func (this *IndexAction) RunGet(params struct { ClusterId int64 })
type InstallManualAction ¶
type InstallManualAction struct {
actionutils.ParentAction
}
func (*InstallManualAction) Init ¶
func (this *InstallManualAction) Init()
func (*InstallManualAction) RunGet ¶
func (this *InstallManualAction) RunGet(params struct { ClusterId int64 })
type InstallNodesAction ¶
type InstallNodesAction struct {
actionutils.ParentAction
}
func (*InstallNodesAction) Init ¶
func (this *InstallNodesAction) Init()
func (*InstallNodesAction) RunGet ¶
func (this *InstallNodesAction) RunGet(params struct { ClusterId int64 })
type InstallRemoteAction ¶
type InstallRemoteAction struct {
actionutils.ParentAction
}
func (*InstallRemoteAction) Init ¶
func (this *InstallRemoteAction) Init()
func (*InstallRemoteAction) RunGet ¶
func (this *InstallRemoteAction) RunGet(params struct { ClusterId int64 })
type InstallStatusAction ¶
type InstallStatusAction struct {
actionutils.ParentAction
}
func (*InstallStatusAction) RunPost ¶
func (this *InstallStatusAction) RunPost(params struct { NodeId int64 })
type NodesAction ¶ added in v0.2.8
type NodesAction struct {
actionutils.ParentAction
}
func (*NodesAction) Init ¶ added in v0.2.8
func (this *NodesAction) Init()
type SuggestLoginPortsAction ¶ added in v0.2.9
type SuggestLoginPortsAction struct {
actionutils.ParentAction
}
func (*SuggestLoginPortsAction) RunPost ¶ added in v0.2.9
func (this *SuggestLoginPortsAction) RunPost(params struct { Host string })
type UpdateNodeSSHAction ¶
type UpdateNodeSSHAction struct {
actionutils.ParentAction
}
func (*UpdateNodeSSHAction) Init ¶
func (this *UpdateNodeSSHAction) Init()
func (*UpdateNodeSSHAction) RunGet ¶
func (this *UpdateNodeSSHAction) RunGet(params struct { NodeId int64 })
type UpgradeRemoteAction ¶
type UpgradeRemoteAction struct {
actionutils.ParentAction
}
func (*UpgradeRemoteAction) Init ¶
func (this *UpgradeRemoteAction) Init()
func (*UpgradeRemoteAction) RunGet ¶
func (this *UpgradeRemoteAction) RunGet(params struct { ClusterId int64 })
type UpgradeStatusAction ¶
type UpgradeStatusAction struct {
actionutils.ParentAction
}
func (*UpgradeStatusAction) RunPost ¶
func (this *UpgradeStatusAction) RunPost(params struct { NodeId int64 })
Source Files ¶
Click to show internal directories.
Click to hide internal directories.