Documentation ¶
Overview ¶
Package options xxx
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct { conf.FileConfig conf.ServiceConfig conf.ZkConfig conf.CertConfig conf.LicenseServerConfig conf.LogConfig conf.ProcessConfig Clusters string `json:"clusters" value:"" usage:"deploy detection node clusters; example: BCS-MESOS-10000,BCS-MESOS-10001,BCS-MESOS-10002..."` AppCode string `json:"app_code" value:"" usage:"esb app_code"` AppSecret string `json:"app_secret" value:"" usage:"esb app_secret"` Operator string `json:"operator" value:"" usage:"esb operator"` EsbUrl string `json:"esb_url" value:"" usage:"esb url"` AppId int `json:"app_id" value:"" usage:"cmdb app id"` Template string `json:"template" value:"./template/deployment.json" usage:"deployment template json file path"` }
Option is option in flags
Click to show internal directories.
Click to hide internal directories.