mocks

package
v1.385.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HelmExecutor

type HelmExecutor struct {
	mock.Mock
}

HelmExecutor is an autogenerated mock type for the HelmExecutor type

func NewHelmExecutor added in v1.239.0

func NewHelmExecutor(t interface {
	mock.TestingT
	Cleanup(func())
}) *HelmExecutor

NewHelmExecutor creates a new instance of HelmExecutor. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*HelmExecutor) EXPECT added in v1.366.0

func (_m *HelmExecutor) EXPECT() *HelmExecutor_Expecter

func (*HelmExecutor) RunHelmDependency added in v1.210.0

func (_m *HelmExecutor) RunHelmDependency() error

RunHelmDependency provides a mock function with given fields:

func (*HelmExecutor) RunHelmInstall

func (_m *HelmExecutor) RunHelmInstall() error

RunHelmInstall provides a mock function with given fields:

func (*HelmExecutor) RunHelmLint

func (_m *HelmExecutor) RunHelmLint() error

RunHelmLint provides a mock function with given fields:

func (*HelmExecutor) RunHelmPublish added in v1.204.0

func (_m *HelmExecutor) RunHelmPublish() (string, error)

RunHelmPublish provides a mock function with given fields:

func (*HelmExecutor) RunHelmTest

func (_m *HelmExecutor) RunHelmTest() error

RunHelmTest provides a mock function with given fields:

func (*HelmExecutor) RunHelmUninstall

func (_m *HelmExecutor) RunHelmUninstall() error

RunHelmUninstall provides a mock function with given fields:

func (*HelmExecutor) RunHelmUpgrade

func (_m *HelmExecutor) RunHelmUpgrade() error

RunHelmUpgrade provides a mock function with given fields:

type HelmExecutor_Expecter added in v1.366.0

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

func (*HelmExecutor_Expecter) RunHelmDependency added in v1.366.0

RunHelmDependency is a helper method to define mock.On call

func (*HelmExecutor_Expecter) RunHelmInstall added in v1.366.0

RunHelmInstall is a helper method to define mock.On call

func (*HelmExecutor_Expecter) RunHelmLint added in v1.366.0

RunHelmLint is a helper method to define mock.On call

func (*HelmExecutor_Expecter) RunHelmPublish added in v1.366.0

RunHelmPublish is a helper method to define mock.On call

func (*HelmExecutor_Expecter) RunHelmTest added in v1.366.0

RunHelmTest is a helper method to define mock.On call

func (*HelmExecutor_Expecter) RunHelmUninstall added in v1.366.0

RunHelmUninstall is a helper method to define mock.On call

func (*HelmExecutor_Expecter) RunHelmUpgrade added in v1.366.0

RunHelmUpgrade is a helper method to define mock.On call

type HelmExecutor_RunHelmDependency_Call added in v1.366.0

type HelmExecutor_RunHelmDependency_Call struct {
	*mock.Call
}

HelmExecutor_RunHelmDependency_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunHelmDependency'

func (*HelmExecutor_RunHelmDependency_Call) Return added in v1.366.0

func (*HelmExecutor_RunHelmDependency_Call) Run added in v1.366.0

func (*HelmExecutor_RunHelmDependency_Call) RunAndReturn added in v1.366.0

type HelmExecutor_RunHelmInstall_Call added in v1.366.0

type HelmExecutor_RunHelmInstall_Call struct {
	*mock.Call
}

HelmExecutor_RunHelmInstall_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunHelmInstall'

func (*HelmExecutor_RunHelmInstall_Call) Return added in v1.366.0

func (*HelmExecutor_RunHelmInstall_Call) Run added in v1.366.0

func (*HelmExecutor_RunHelmInstall_Call) RunAndReturn added in v1.366.0

type HelmExecutor_RunHelmLint_Call added in v1.366.0

type HelmExecutor_RunHelmLint_Call struct {
	*mock.Call
}

HelmExecutor_RunHelmLint_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunHelmLint'

func (*HelmExecutor_RunHelmLint_Call) Return added in v1.366.0

func (*HelmExecutor_RunHelmLint_Call) Run added in v1.366.0

func (*HelmExecutor_RunHelmLint_Call) RunAndReturn added in v1.366.0

type HelmExecutor_RunHelmPublish_Call added in v1.366.0

type HelmExecutor_RunHelmPublish_Call struct {
	*mock.Call
}

HelmExecutor_RunHelmPublish_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunHelmPublish'

func (*HelmExecutor_RunHelmPublish_Call) Return added in v1.366.0

func (*HelmExecutor_RunHelmPublish_Call) Run added in v1.366.0

func (*HelmExecutor_RunHelmPublish_Call) RunAndReturn added in v1.366.0

type HelmExecutor_RunHelmTest_Call added in v1.366.0

type HelmExecutor_RunHelmTest_Call struct {
	*mock.Call
}

HelmExecutor_RunHelmTest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunHelmTest'

func (*HelmExecutor_RunHelmTest_Call) Return added in v1.366.0

func (*HelmExecutor_RunHelmTest_Call) Run added in v1.366.0

func (*HelmExecutor_RunHelmTest_Call) RunAndReturn added in v1.366.0

type HelmExecutor_RunHelmUninstall_Call added in v1.366.0

type HelmExecutor_RunHelmUninstall_Call struct {
	*mock.Call
}

HelmExecutor_RunHelmUninstall_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunHelmUninstall'

func (*HelmExecutor_RunHelmUninstall_Call) Return added in v1.366.0

func (*HelmExecutor_RunHelmUninstall_Call) Run added in v1.366.0

func (*HelmExecutor_RunHelmUninstall_Call) RunAndReturn added in v1.366.0

type HelmExecutor_RunHelmUpgrade_Call added in v1.366.0

type HelmExecutor_RunHelmUpgrade_Call struct {
	*mock.Call
}

HelmExecutor_RunHelmUpgrade_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunHelmUpgrade'

func (*HelmExecutor_RunHelmUpgrade_Call) Return added in v1.366.0

func (*HelmExecutor_RunHelmUpgrade_Call) Run added in v1.366.0

func (*HelmExecutor_RunHelmUpgrade_Call) RunAndReturn added in v1.366.0

Jump to

Keyboard shortcuts

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