Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 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 DeleteNodeAction ¶
type DeleteNodeAction struct {
actionutils.ParentAction
}
func (*DeleteNodeAction) RunPost ¶
func (this *DeleteNodeAction) RunPost(params struct { NodeId int64 })
type IndexAction ¶
type IndexAction struct {
actionutils.ParentAction
}
func (*IndexAction) Init ¶
func (this *IndexAction) Init()
type UpdateNodeSSHAction ¶ added in v0.2.9
type UpdateNodeSSHAction struct {
actionutils.ParentAction
}
func (*UpdateNodeSSHAction) Init ¶ added in v0.2.9
func (this *UpdateNodeSSHAction) Init()
func (*UpdateNodeSSHAction) RunGet ¶ added in v0.2.9
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{})
Source Files ¶
Click to show internal directories.
Click to hide internal directories.