Versions in this module Expand all Collapse all v1 v1.3.0 May 22, 2025 Changes in this version + func SyntheticUserRestConfigMapper(...) ... v1.2.0 Mar 4, 2025 Changes in this version + func ChunkedStorageDriverMapper(secretsGetter clientcorev1.SecretsGetter, reader client.Reader, ...) helmclient.ObjectToStorageDriverMapper + func NewWrappedActionClient(ca actionclient.ActionInterface, errTranslator ActionClientErrorTranslator) actionclient.ActionInterface + func NewWrappedActionClientGetter(acg actionclient.ActionConfigGetter, ...) (actionclient.ActionClientGetter, error) + func ServiceAccountRestConfigMapper(tokenGetter *authentication.TokenGetter) ... + type ActionClient struct + func (a ActionClient) Get(name string, opts ...actionclient.GetOption) (*release.Release, error) + func (a ActionClient) History(name string, opts ...actionclient.HistoryOption) ([]*release.Release, error) + func (a ActionClient) Install(name, namespace string, chrt *chart.Chart, vals map[string]interface{}, ...) (*release.Release, error) + func (a ActionClient) Reconcile(rel *release.Release) error + func (a ActionClient) Uninstall(name string, opts ...actionclient.UninstallOption) (*release.UninstallReleaseResponse, error) + func (a ActionClient) Upgrade(name, namespace string, chrt *chart.Chart, vals map[string]interface{}, ...) (*release.Release, error) + type ActionClientErrorTranslator func(err error) error + type ActionClientGetter struct + func (a ActionClientGetter) ActionClientFor(ctx context.Context, obj client.Object) (actionclient.ActionInterface, error) v1.2.0-rc5 Feb 27, 2025