Documentation
¶
Overview ¶
Package config xxx
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// address, exmaple: 127.0.0.1
Address string
// port
Port uint
// bcs zookeeper address
BcsZk string
// deploy detection node cluster list
// example: BCS-MESOS-10000,BCS-MESOS-10001,BCS-MESOS-10002...
Clusters string
// esb app code
AppCode string
// esb app secret
AppSecret string
// esb operator
Operator string
// esb url
EsbUrl string
// cmdb app id
AppId int
// http client cert config
ClientCert *types.CertConfig
// http server cert config
ServerCert *types.CertConfig
// deployment template json file path
Template string
}
Config xxx
Click to show internal directories.
Click to hide internal directories.