Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInstallCmd ¶
func NewRemoveCmd ¶
func NewResetCmd ¶
func NewScaleCmd ¶
Types ¶
type Callback ¶
type Callback struct { Step int Second int // CallbackUrl为pwc-controller服务暴漏的rest server // http://pwc-controller.pks-system:7000 CallbackUrl string Command string Agent provider.Agent Nodes types.Nodes }
Callback用于修改pwc-controller服务修改集群状态
type Install ¶
type Install struct { Action types.OperatorType // contains filtered or unexported fields }
func NewInstallOption ¶
func NewInstallOption() *Install
type Remove ¶
type Remove struct { Action types.OperatorType // contains filtered or unexported fields }
func NewRemoveOption ¶
func NewRemoveOption() *Remove
type Reset ¶
type Reset struct { Action types.OperatorType // contains filtered or unexported fields }
func NewResetOption ¶
func NewResetOption() *Reset
type Scale ¶
type Scale struct { Action types.OperatorType // contains filtered or unexported fields }
func NewScaleOption ¶
func NewScaleOption() *Scale
Source Files ¶
Click to show internal directories.
Click to hide internal directories.