MCPcopy Index your code
hub / github.com/devspace-sh/devspace / DownloadChart

Method DownloadChart

pkg/devspace/helm/types/interface.go:10–10  ·  view source on GitHub ↗
(ctx devspacecontext.Context, helmConfig *latest.HelmConfig)

Source from the content-addressed store, hash-verified

8// Client is the client interface for helm
9type Client interface {
10 DownloadChart(ctx devspacecontext.Context, helmConfig *latest.HelmConfig) (string, error)
11 InstallChart(ctx devspacecontext.Context, releaseName string, releaseNamespace string, values map[string]interface{}, helmConfig *latest.HelmConfig) (*Release, error)
12 Template(ctx devspacecontext.Context, releaseName, releaseNamespace string, values map[string]interface{}, helmConfig *latest.HelmConfig) (string, error)
13 DeleteRelease(ctx devspacecontext.Context, releaseName string, releaseNamespace string) error

Callers 2

RenderMethod · 0.65
DeployMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected