helmclient

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package helmclient is a generated GoMock package.

Package helmclient is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionClientGetterAndInterface

type ActionClientGetterAndInterface interface {
	helmclient.ActionClientGetter
	helmclient.ActionInterface
}

ActionClientGetterAndInterface is a composite interface for tests that need a single object implementing both ActionClientGetter and ActionInterface.

type MockActionClientGetter

type MockActionClientGetter struct {
	// contains filtered or unexported fields
}

MockActionClientGetter is a mock of ActionClientGetter interface.

func NewMockActionClientGetter

func NewMockActionClientGetter(ctrl *gomock.Controller) *MockActionClientGetter

NewMockActionClientGetter creates a new mock instance.

func (*MockActionClientGetter) ActionClientFor

ActionClientFor mocks base method.

func (*MockActionClientGetter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockActionClientGetterAndInterface

type MockActionClientGetterAndInterface struct {
	// contains filtered or unexported fields
}

MockActionClientGetterAndInterface is a mock of ActionClientGetterAndInterface interface.

func NewMockActionClientGetterAndInterface

func NewMockActionClientGetterAndInterface(ctrl *gomock.Controller) *MockActionClientGetterAndInterface

NewMockActionClientGetterAndInterface creates a new mock instance.

func (*MockActionClientGetterAndInterface) ActionClientFor

ActionClientFor mocks base method.

func (*MockActionClientGetterAndInterface) Config

Config mocks base method.

func (*MockActionClientGetterAndInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockActionClientGetterAndInterface) Get

Get mocks base method.

func (*MockActionClientGetterAndInterface) History

History mocks base method.

func (*MockActionClientGetterAndInterface) Install

func (m *MockActionClientGetterAndInterface) Install(name, namespace string, chrt *chart.Chart, vals map[string]any, opts ...client.InstallOption) (*release.Release, error)

Install mocks base method.

func (*MockActionClientGetterAndInterface) Reconcile

Reconcile mocks base method.

func (*MockActionClientGetterAndInterface) Uninstall

Uninstall mocks base method.

func (*MockActionClientGetterAndInterface) Upgrade

func (m *MockActionClientGetterAndInterface) Upgrade(name, namespace string, chrt *chart.Chart, vals map[string]any, opts ...client.UpgradeOption) (*release.Release, error)

Upgrade mocks base method.

type MockActionClientGetterAndInterfaceMockRecorder

type MockActionClientGetterAndInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockActionClientGetterAndInterfaceMockRecorder is the mock recorder for MockActionClientGetterAndInterface.

func (*MockActionClientGetterAndInterfaceMockRecorder) ActionClientFor

func (mr *MockActionClientGetterAndInterfaceMockRecorder) ActionClientFor(ctx, obj any) *gomock.Call

ActionClientFor indicates an expected call of ActionClientFor.

func (*MockActionClientGetterAndInterfaceMockRecorder) Config

Config indicates an expected call of Config.

func (*MockActionClientGetterAndInterfaceMockRecorder) Get

Get indicates an expected call of Get.

func (*MockActionClientGetterAndInterfaceMockRecorder) History

History indicates an expected call of History.

func (*MockActionClientGetterAndInterfaceMockRecorder) Install

func (mr *MockActionClientGetterAndInterfaceMockRecorder) Install(name, namespace, chrt, vals any, opts ...any) *gomock.Call

Install indicates an expected call of Install.

func (*MockActionClientGetterAndInterfaceMockRecorder) Reconcile

Reconcile indicates an expected call of Reconcile.

func (*MockActionClientGetterAndInterfaceMockRecorder) Uninstall

func (mr *MockActionClientGetterAndInterfaceMockRecorder) Uninstall(name any, opts ...any) *gomock.Call

Uninstall indicates an expected call of Uninstall.

func (*MockActionClientGetterAndInterfaceMockRecorder) Upgrade

func (mr *MockActionClientGetterAndInterfaceMockRecorder) Upgrade(name, namespace, chrt, vals any, opts ...any) *gomock.Call

Upgrade indicates an expected call of Upgrade.

type MockActionClientGetterMockRecorder

type MockActionClientGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockActionClientGetterMockRecorder is the mock recorder for MockActionClientGetter.

func (*MockActionClientGetterMockRecorder) ActionClientFor

func (mr *MockActionClientGetterMockRecorder) ActionClientFor(ctx, obj any) *gomock.Call

ActionClientFor indicates an expected call of ActionClientFor.

type MockActionInterface

type MockActionInterface struct {
	// contains filtered or unexported fields
}

MockActionInterface is a mock of ActionInterface interface.

func NewMockActionInterface

func NewMockActionInterface(ctrl *gomock.Controller) *MockActionInterface

NewMockActionInterface creates a new mock instance.

func (*MockActionInterface) Config

Config mocks base method.

func (*MockActionInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockActionInterface) Get

func (m *MockActionInterface) Get(name string, opts ...client.GetOption) (*release.Release, error)

Get mocks base method.

func (*MockActionInterface) History

func (m *MockActionInterface) History(name string, opts ...client.HistoryOption) ([]*release.Release, error)

History mocks base method.

func (*MockActionInterface) Install

func (m *MockActionInterface) Install(name, namespace string, chrt *chart.Chart, vals map[string]any, opts ...client.InstallOption) (*release.Release, error)

Install mocks base method.

func (*MockActionInterface) Reconcile

func (m *MockActionInterface) Reconcile(rel *release.Release) error

Reconcile mocks base method.

func (*MockActionInterface) Uninstall

Uninstall mocks base method.

func (*MockActionInterface) Upgrade

func (m *MockActionInterface) Upgrade(name, namespace string, chrt *chart.Chart, vals map[string]any, opts ...client.UpgradeOption) (*release.Release, error)

Upgrade mocks base method.

type MockActionInterfaceMockRecorder

type MockActionInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockActionInterfaceMockRecorder is the mock recorder for MockActionInterface.

func (*MockActionInterfaceMockRecorder) Config

Config indicates an expected call of Config.

func (*MockActionInterfaceMockRecorder) Get

func (mr *MockActionInterfaceMockRecorder) Get(name any, opts ...any) *gomock.Call

Get indicates an expected call of Get.

func (*MockActionInterfaceMockRecorder) History

func (mr *MockActionInterfaceMockRecorder) History(name any, opts ...any) *gomock.Call

History indicates an expected call of History.

func (*MockActionInterfaceMockRecorder) Install

func (mr *MockActionInterfaceMockRecorder) Install(name, namespace, chrt, vals any, opts ...any) *gomock.Call

Install indicates an expected call of Install.

func (*MockActionInterfaceMockRecorder) Reconcile

func (mr *MockActionInterfaceMockRecorder) Reconcile(rel any) *gomock.Call

Reconcile indicates an expected call of Reconcile.

func (*MockActionInterfaceMockRecorder) Uninstall

func (mr *MockActionInterfaceMockRecorder) Uninstall(name any, opts ...any) *gomock.Call

Uninstall indicates an expected call of Uninstall.

func (*MockActionInterfaceMockRecorder) Upgrade

func (mr *MockActionInterfaceMockRecorder) Upgrade(name, namespace, chrt, vals any, opts ...any) *gomock.Call

Upgrade indicates an expected call of Upgrade.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL