Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { Orchestrator OrchestratorConfig Scalers map[string]Scaler Rules map[string]Rule Errchan chan error }
Configuration holder
type OrchestratorConfig ¶
type OrchestratorConfig struct { Engine string // docker, kubernetes, mesos... Endpoint string // http adress:port or unix socket TLSCACertPath string // ca cert path, PEM formated TLSCertPath string // user cert path, PEM formated TLSKeyPath string // user private key path, PEM formated TLS bool // TLS activation status }
OrchestratorConfig hold all necessary connection informations
Click to show internal directories.
Click to hide internal directories.