Versions in this module Expand all Collapse all v0 v0.6.1 Jun 6, 2019 v0.6.0 May 14, 2019 Changes in this version + func ToContext(ctx context.Context, c *Config) context.Context + type Config struct + Autoscaler *autoscaler.Config + func FromContext(ctx context.Context) *Config + type Store struct + func NewStore(logger configmap.Logger, onAfterStore ...func(name string, value interface{})) *Store + func (s *Store) Load() *Config + func (s *Store) ToContext(ctx context.Context) context.Context