Versions in this module Expand all Collapse all v0 v0.7.5 Nov 26, 2024 v0.7.4 Nov 26, 2024 Changes in this version + type GitOpsEngine interface + Run func() (StopFunc, error) + Sync func(ctx context.Context, resources []*unstructured.Unstructured, ...) ([]common.ResourceSyncResult, error) + func NewEngine(config *rest.Config, clusterCache cache.ClusterCache, opts ...Option) GitOpsEngine + type Option func(*options) + func SetTracer(tracer tracing.Tracer) Option + func WithKubectl(kubectl kube.Kubectl) Option + func WithLogr(log logr.Logger) Option + type StopFunc func()