Merge pull request #16037 from swordqiu/hotfix/qj-lbagent-create-params

fix: climc lbagent create params
This commit is contained in:
Zexi Li
2023-02-27 13:46:15 +08:00
committed by GitHub
@@ -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
}