WatchDog Kube
This commit is contained in:
@@ -6,13 +6,17 @@ type Config struct {
|
||||
Mode string
|
||||
KubeHost string
|
||||
KubePort string
|
||||
KubeCA string
|
||||
KubeCert string
|
||||
KubeData string
|
||||
MinioRootKey string
|
||||
MinioRootSecret string
|
||||
MonitorMode string
|
||||
MonitorAddress string
|
||||
// KubeExternalHost is the externally reachable address of this cluster's API server.
|
||||
// Used when generating kubeconfigs for remote peers. Must be an IP or hostname
|
||||
// reachable from outside the cluster (NOT kubernetes.default.svc.cluster.local).
|
||||
KubeExternalHost string
|
||||
KubeCA string
|
||||
KubeCert string
|
||||
KubeData string
|
||||
MinioRootKey string
|
||||
MinioRootSecret string
|
||||
MonitorMode string
|
||||
MonitorAddress string
|
||||
}
|
||||
|
||||
var instance *Config
|
||||
|
||||
Reference in New Issue
Block a user