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

Struct manager

internal/helm/release/manager.go:63–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type manager struct {
64 actionConfig *action.Configuration
65 storageBackend *storage.Storage
66 kubeClient kube.Interface
67
68 releaseName string
69 namespace string
70
71 values map[string]any
72 status *types.HelmAppStatus
73
74 isInstalled bool
75 isUpgradeRequired bool
76 deployedRelease *rpb.Release
77 chart *cpb.Chart
78
79 dryRunOption string
80}
81
82type InstallOption func(*action.Install) error
83type UpgradeOption func(*action.Upgrade) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected