Documentation ¶
Overview ¶
Package config xxx
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertConfig ¶
type CertConfig struct { CAFile string CertFile string KeyFile string CertPasswd string IsSSL bool }
CertConfig is configuration of Cert
type MesosDriverConfig ¶
type MesosDriverConfig struct { Address string Port uint ExternalIp string ExternalPort uint MetricPort uint RegDiscvSvr string SchedDiscvSvr string Cluster string ServCert *CertConfig ClientCert *CertConfig AdmissionWebhook bool // KubeConfig kubeconfig for CustomResource KubeConfig string // MesosWebconsoleProxyPort MesosWebconsoleProxyPort uint // websocket register RegisterWithWebsocket bool RegisterToken string RegisterURL string InsecureSkipVerify bool Etcd *registry.CMDOptions }
MesosDriverConfig is a configuration of mesos driver
Click to show internal directories.
Click to hide internal directories.