Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.0.7
type Config struct { Log *zap.Logger LogLevel zap.AtomicLevel KasClient agentrpc.KasClient EngineFactory GitOpsEngineFactory K8sClientGetter resource.RESTClientGetter RefreshConfigurationRetryPeriod time.Duration GetObjectsToSynchronizeRetryPeriod time.Duration }
type DefaultGitOpsEngineFactory ¶
func (*DefaultGitOpsEngineFactory) New ¶
func (f *DefaultGitOpsEngineFactory) New(engineOpts []engine.Option, cacheOpts []cache.UpdateSettingsFunc) engine.GitOpsEngine
type GitOpsEngineFactory ¶
type GitOpsEngineFactory interface {
New(engineOpts []engine.Option, cacheOpts []cache.UpdateSettingsFunc) engine.GitOpsEngine
}
Click to show internal directories.
Click to hide internal directories.