Versions in this module Expand all Collapse all v0 v0.2.2 Aug 17, 2020 v0.2.1 Aug 17, 2020 Changes in this version + type GitOpsEngine interface + Run func() (io.Closer, error) + Sync func(ctx context.Context, resources []*unstructured.Unstructured, ...) ([]common.ResourceSyncResult, error) + func NewEngine(config *rest.Config, clusterCache cache.ClusterCache) GitOpsEngine