Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildAirbyteValues ¶ added in v0.19.0
func BuildAirbyteValues(ctx context.Context, opts ValuesOpts) (string, error)
func BuildNginxValues ¶ added in v0.19.0
func ClientOptions ¶ added in v0.21.0
func ClientOptions(namespace string) *helmclient.Options
func LocateLatestAirbyteChart ¶ added in v0.19.0
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 TemplateChart(spec *helmclient.ChartSpec, options *helmclient.HelmTemplateOptions) ([]byte, error) }
Client primarily for testing purposes
Click to show internal directories.
Click to hide internal directories.