Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TimeoutFactor int `mapstructure:"timeout_factor" description:"the factor by which to multiple the reconciliation timeout"` WebhookTimeout time.Duration `mapstructure:"webhook_timeout" description:"defines the maximum time to process a webhook"` RequeueInterval time.Duration `mapstructure:"requeue_interval" description:"defines the default requeue interval"` TimeLayout string `mapstructure:"time_layout" description:"defines the default timestamp time layout"` }
Settings type to be loaded from the environment
func DefaultConfig ¶
func DefaultConfig() *Config
DefaultSettings returns the default values for configuring the System Broker
Click to show internal directories.
Click to hide internal directories.