Versions in this module Expand all Collapse all v0 v0.3.0 Oct 9, 2020 v0.2.0 Oct 9, 2020 Changes in this version + type Config struct + MetricsCheckInterval int + func GetConfigFromEnvironment() (Config, error) + func NewConfigWithDefaults() Config + type Zeroscaler interface + Run func(ctx context.Context) + func NewZeroscaler(cfg Config, kubeClient kubernetes.Interface) Zeroscaler