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 + ProxyImage string + ProxyImagePullPolicy string + TLSCertFile string + TLSKeyFile string + func GetConfigFromEnvironment() (Config, error) + func NewConfigWithDefaults() Config + type Injector interface + Run func(ctx context.Context) + func NewInjector(config Config) Injector