MCPcopy
hub / github.com/operator-framework/operator-sdk / managerFactory

Struct managerFactory

internal/helm/release/manager_factory.go:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type managerFactory struct {
40 mgr crmanager.Manager
41 acg client.ActionConfigGetter
42 chartDir string
43}
44
45// NewManagerFactory returns a new Helm manager factory capable of installing and uninstalling releases.
46func NewManagerFactory(mgr crmanager.Manager, acg client.ActionConfigGetter, chartDir string) ManagerFactory {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected