Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*options)
func WithKubectl ¶
WithKubectl allows to override kubectl wrapper implementation.
type SyncEngine ¶ added in v0.5.4
type SyncEngine interface { // Synchronizes resources in the cluster Sync(ctx context.Context, opts ...sync.SyncOpt) ([]common.ResourceSyncResult, error) }
func NewEngine ¶
func NewEngine(src, dest cache.ClusterCache, opts ...Option) SyncEngine
NewEngine creates new instances of the GitOps engine
Click to show internal directories.
Click to hide internal directories.