Documentation ¶
Index ¶
- func LeftMenuItemsForInstall(clusterId int64, selectedItem string) []maps.Map
- type CreateBatchAction
- type CreateNodeAction
- type DeleteAction
- type IndexAction
- type InstallManualAction
- type InstallNodesAction
- type InstallRemoteAction
- type InstallStatusAction
- 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
}
创建节点
func (*CreateNodeAction) Init ¶
func (this *CreateNodeAction) Init()
func (*CreateNodeAction) RunGet ¶
func (this *CreateNodeAction) RunGet(params struct { ClusterId int64 })
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()
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 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.