Versions in this module Expand all Collapse all v1 v1.11.0 Jul 23, 2026 Changes in this version + type ActionClientGetterAndInterface interface + type MockActionClientGetter struct + func NewMockActionClientGetter(ctrl *gomock.Controller) *MockActionClientGetter + func (m *MockActionClientGetter) ActionClientFor(ctx context.Context, obj client0.Object) (client.ActionInterface, error) + func (m *MockActionClientGetter) EXPECT() *MockActionClientGetterMockRecorder + type MockActionClientGetterAndInterface struct + func NewMockActionClientGetterAndInterface(ctrl *gomock.Controller) *MockActionClientGetterAndInterface + func (m *MockActionClientGetterAndInterface) ActionClientFor(ctx context.Context, obj client0.Object) (client.ActionInterface, error) + func (m *MockActionClientGetterAndInterface) Config() *action.Configuration + func (m *MockActionClientGetterAndInterface) EXPECT() *MockActionClientGetterAndInterfaceMockRecorder + func (m *MockActionClientGetterAndInterface) Get(name string, opts ...client.GetOption) (*release.Release, error) + func (m *MockActionClientGetterAndInterface) History(name string, opts ...client.HistoryOption) ([]*release.Release, error) + func (m *MockActionClientGetterAndInterface) Install(name, namespace string, chrt *chart.Chart, vals map[string]any, ...) (*release.Release, error) + func (m *MockActionClientGetterAndInterface) Reconcile(rel *release.Release) error + func (m *MockActionClientGetterAndInterface) Uninstall(name string, opts ...client.UninstallOption) (*release.UninstallReleaseResponse, error) + func (m *MockActionClientGetterAndInterface) Upgrade(name, namespace string, chrt *chart.Chart, vals map[string]any, ...) (*release.Release, error) + type MockActionClientGetterAndInterfaceMockRecorder struct + func (mr *MockActionClientGetterAndInterfaceMockRecorder) ActionClientFor(ctx, obj any) *gomock.Call + func (mr *MockActionClientGetterAndInterfaceMockRecorder) Config() *gomock.Call + func (mr *MockActionClientGetterAndInterfaceMockRecorder) Get(name any, opts ...any) *gomock.Call + func (mr *MockActionClientGetterAndInterfaceMockRecorder) History(name any, opts ...any) *gomock.Call + func (mr *MockActionClientGetterAndInterfaceMockRecorder) Install(name, namespace, chrt, vals any, opts ...any) *gomock.Call + func (mr *MockActionClientGetterAndInterfaceMockRecorder) Reconcile(rel any) *gomock.Call + func (mr *MockActionClientGetterAndInterfaceMockRecorder) Uninstall(name any, opts ...any) *gomock.Call + func (mr *MockActionClientGetterAndInterfaceMockRecorder) Upgrade(name, namespace, chrt, vals any, opts ...any) *gomock.Call + type MockActionClientGetterMockRecorder struct + func (mr *MockActionClientGetterMockRecorder) ActionClientFor(ctx, obj any) *gomock.Call + type MockActionInterface struct + func NewMockActionInterface(ctrl *gomock.Controller) *MockActionInterface + func (m *MockActionInterface) Config() *action.Configuration + func (m *MockActionInterface) EXPECT() *MockActionInterfaceMockRecorder + func (m *MockActionInterface) Get(name string, opts ...client.GetOption) (*release.Release, error) + func (m *MockActionInterface) History(name string, opts ...client.HistoryOption) ([]*release.Release, error) + func (m *MockActionInterface) Install(name, namespace string, chrt *chart.Chart, vals map[string]any, ...) (*release.Release, error) + func (m *MockActionInterface) Reconcile(rel *release.Release) error + func (m *MockActionInterface) Uninstall(name string, opts ...client.UninstallOption) (*release.UninstallReleaseResponse, error) + func (m *MockActionInterface) Upgrade(name, namespace string, chrt *chart.Chart, vals map[string]any, ...) (*release.Release, error) + type MockActionInterfaceMockRecorder struct + func (mr *MockActionInterfaceMockRecorder) Config() *gomock.Call + func (mr *MockActionInterfaceMockRecorder) Get(name any, opts ...any) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) History(name any, opts ...any) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) Install(name, namespace, chrt, vals any, opts ...any) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) Reconcile(rel any) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) Uninstall(name any, opts ...any) *gomock.Call + func (mr *MockActionInterfaceMockRecorder) Upgrade(name, namespace, chrt, vals any, opts ...any) *gomock.Call