Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activator ¶
func NewActivator ¶
func NewActivator(cfg Config, kubeClient kubernetes.Interface) Activator
type Config ¶ added in v0.0.55
type Config struct {
ResyncInterval time.Duration `envconfig:"INFORMERS_RESYNC_INTERVAL" required:"true"`
}
Config represents the configuration options for activator nolint: lll
func GetConfigFromEnvironment ¶ added in v0.0.55
GetConfigFromEnvironment returns configuration derived from environment variables
func NewConfigWithDefaults ¶ added in v0.0.55
func NewConfigWithDefaults() Config
NewConfigWithDefaults returns a Config object with default values already applied. Callers are then free to set custom values for the remaining fields and/or override default values.
Click to show internal directories.
Click to hide internal directories.