Synchronizes resources in the cluster
(ctx context.Context, resources []*unstructured.Unstructured, isManaged func(r *cache.Resource) bool, revision string, namespace string, opts ...sync.SyncOpt)
| 36 | Run() (StopFunc, error) |
| 37 | // Synchronizes resources in the cluster |
| 38 | Sync(ctx context.Context, resources []*unstructured.Unstructured, isManaged func(r *cache.Resource) bool, revision string, namespace string, opts ...sync.SyncOpt) ([]common.ResourceSyncResult, error) |
| 39 | } |
| 40 | |
| 41 | type gitOpsEngine struct { |
no outgoing calls