config

package
v0.0.0-...-bd297b8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	APIServerHost  string
	KubeConfigFile string
	ResyncPeriod   time.Duration
	SyncRateLimit  float64
	AlertSpeaker   string
	//InfluxDB Config
	InfluxDBAddr      string
	InfluxDBUsernName string
	InfluxDBPassword  string
	InfluxDBName      string
	//RabbitMQ config
	RabbitMQHosts      []string
	RabbitMQTopicName  string
	RabbitExchangeType string
	RabbitDurable      bool
	RabbitRouteKey     string
	RabbitUser         string
	RabbitPassword     string
	RabbitVhost        string

	HttpPort        int
	EnableProfiling bool

	LogLevel string
	LogFile  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL