MCPcopy
hub / github.com/helm/helm / NewUninstall

Function NewUninstall

pkg/action/uninstall.go:55–59  ·  view source on GitHub ↗

NewUninstall creates a new Uninstall object with the given configuration.

(cfg *Configuration)

Source from the content-addressed store, hash-verified

53
54// NewUninstall creates a new Uninstall object with the given configuration.
55func NewUninstall(cfg *Configuration) *Uninstall {
56 return &Uninstall{
57 cfg: cfg,
58 }
59}
60
61// Run uninstalls the given release.
62func (u *Uninstall) Run(name string) (*releasei.UninstallReleaseResponse, error) {

Callers 4

newUninstallCmdFunction · 0.92
failReleaseMethod · 0.85
uninstallActionFunction · 0.85

Calls

no outgoing calls

Tested by 2

uninstallActionFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…