Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func New ¶
func New(kasClient agentrpc.KasClient, engineFactory GitOpsEngineFactory, k8sClientGetter resource.RESTClientGetter) *Agent
type DefaultGitOpsEngineFactory ¶
func (*DefaultGitOpsEngineFactory) New ¶
func (f *DefaultGitOpsEngineFactory) New(opts ...cache.UpdateSettingsFunc) engine.GitOpsEngine
type GitOpsEngineFactory ¶
type GitOpsEngineFactory interface {
New(...cache.UpdateSettingsFunc) engine.GitOpsEngine
}
Click to show internal directories.
Click to hide internal directories.