Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Log *log.Config `mapstructure:"log"` Datahub *datahub.Config `mapstructure:"datahub"` Manager manager.Manager Kafka *kafka.Config `mapstructure:"kafka"` Prometheus *Prometheus `mapstructure:"prometheus"` }
Config defines configurations
func NewConfigWithoutMgr ¶ added in v0.3.8
func NewConfigWithoutMgr() Config
type Prometheus ¶ added in v0.9.166
type Prometheus struct { prometheus.Config `mapstructure:",squash"` RequiredMetrics []string `mapstructure:"requiredMetrics"` }
Prometheus wraps Prometheus config and add addition configurations for Alameda Operator
func NewDefaultPrometheus ¶ added in v0.9.166
func NewDefaultPrometheus() Prometheus
Directories ¶
Path | Synopsis |
---|---|
autoscaling/v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
|
Package v1alpha1 is the v1alpha1 version of the API. |
cmd
|
|
pkg
|
|
Click to show internal directories.
Click to hide internal directories.