MCPcopy
hub / github.com/argoproj/argo-cd / gitOpsEngine

Struct gitOpsEngine

gitops-engine/pkg/engine/engine.go:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41type gitOpsEngine struct {
42 config *rest.Config
43 cache cache.ClusterCache
44 kubectl kube.Kubectl
45 log logr.Logger
46}
47
48// NewEngine creates new instances of the GitOps engine
49func NewEngine(config *rest.Config, clusterCache cache.ClusterCache, opts ...Option) GitOpsEngine {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected