Documentation
¶
Overview ¶
Package configsyncimpl implements synchronizing the configuration using the core agent config API
Package configsyncimpl implements synchronizing the configuration using the core agent config API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct {
// Timeout is the timeout use for each call to the core-agent
Timeout time.Duration
// OnInitSync makes configsync synchronize the configuration at initialization and fails init if we can get the
// configuration from the core agent
OnInitSync bool
// OnInitSyncTimeout represents how long configsync should retry to synchronize configuration at init
OnInitSyncTimeout time.Duration
}
Params defines the parameters for the configsync component.
func NewDefaultParams ¶
func NewDefaultParams() Params
NewDefaultParams returns the default params for configsync
Click to show internal directories.
Click to hide internal directories.