Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { AddOrUpdateChartRepo(entry repo.Entry) error GetChart(name string, options *action.ChartPathOptions) (*chart.Chart, string, error) GetRelease(name string) (*release.Release, error) InstallOrUpgradeChart(ctx context.Context, spec *helmclient.ChartSpec, opts *helmclient.GenericHelmOptions) (*release.Release, error) UninstallReleaseByName(name string) error }
Client primarily for testing purposes
Click to show internal directories.
Click to hide internal directories.