mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix: climc lbagent create params
This commit is contained in:
@@ -81,8 +81,11 @@ func (opts *LoadbalancerAgentParamsOptions) Params() (*jsonutils.JSONDict, error
|
||||
|
||||
type LoadbalancerAgentCreateOptions struct {
|
||||
NAME string
|
||||
IP string `help:"access ip of lbagent"`
|
||||
INTERFACE string `help:"access interface of lbagent"`
|
||||
VERSION string `help:"version of lbagent"`
|
||||
HbTimeout *int
|
||||
Cluster string `required:"true"`
|
||||
// Cluster string `required:"true"`
|
||||
|
||||
LoadbalancerAgentParamsOptions
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user