Documentation ¶
Index ¶
- type HelmExecutor
- func (_m *HelmExecutor) EXPECT() *HelmExecutor_Expecter
- func (_m *HelmExecutor) RunHelmDependency() error
- func (_m *HelmExecutor) RunHelmInstall() error
- func (_m *HelmExecutor) RunHelmLint() error
- func (_m *HelmExecutor) RunHelmPublish() (string, error)
- func (_m *HelmExecutor) RunHelmTest() error
- func (_m *HelmExecutor) RunHelmUninstall() error
- func (_m *HelmExecutor) RunHelmUpgrade() error
- type HelmExecutor_Expecter
- func (_e *HelmExecutor_Expecter) RunHelmDependency() *HelmExecutor_RunHelmDependency_Call
- func (_e *HelmExecutor_Expecter) RunHelmInstall() *HelmExecutor_RunHelmInstall_Call
- func (_e *HelmExecutor_Expecter) RunHelmLint() *HelmExecutor_RunHelmLint_Call
- func (_e *HelmExecutor_Expecter) RunHelmPublish() *HelmExecutor_RunHelmPublish_Call
- func (_e *HelmExecutor_Expecter) RunHelmTest() *HelmExecutor_RunHelmTest_Call
- func (_e *HelmExecutor_Expecter) RunHelmUninstall() *HelmExecutor_RunHelmUninstall_Call
- func (_e *HelmExecutor_Expecter) RunHelmUpgrade() *HelmExecutor_RunHelmUpgrade_Call
- type HelmExecutor_RunHelmDependency_Call
- func (_c *HelmExecutor_RunHelmDependency_Call) Return(_a0 error) *HelmExecutor_RunHelmDependency_Call
- func (_c *HelmExecutor_RunHelmDependency_Call) Run(run func()) *HelmExecutor_RunHelmDependency_Call
- func (_c *HelmExecutor_RunHelmDependency_Call) RunAndReturn(run func() error) *HelmExecutor_RunHelmDependency_Call
- type HelmExecutor_RunHelmInstall_Call
- type HelmExecutor_RunHelmLint_Call
- type HelmExecutor_RunHelmPublish_Call
- func (_c *HelmExecutor_RunHelmPublish_Call) Return(_a0 string, _a1 error) *HelmExecutor_RunHelmPublish_Call
- func (_c *HelmExecutor_RunHelmPublish_Call) Run(run func()) *HelmExecutor_RunHelmPublish_Call
- func (_c *HelmExecutor_RunHelmPublish_Call) RunAndReturn(run func() (string, error)) *HelmExecutor_RunHelmPublish_Call
- type HelmExecutor_RunHelmTest_Call
- type HelmExecutor_RunHelmUninstall_Call
- func (_c *HelmExecutor_RunHelmUninstall_Call) Return(_a0 error) *HelmExecutor_RunHelmUninstall_Call
- func (_c *HelmExecutor_RunHelmUninstall_Call) Run(run func()) *HelmExecutor_RunHelmUninstall_Call
- func (_c *HelmExecutor_RunHelmUninstall_Call) RunAndReturn(run func() error) *HelmExecutor_RunHelmUninstall_Call
- type HelmExecutor_RunHelmUpgrade_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmExecutor ¶
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
func (_e *HelmExecutor_Expecter) RunHelmDependency() *HelmExecutor_RunHelmDependency_Call
RunHelmDependency is a helper method to define mock.On call
func (*HelmExecutor_Expecter) RunHelmInstall ¶ added in v1.366.0
func (_e *HelmExecutor_Expecter) RunHelmInstall() *HelmExecutor_RunHelmInstall_Call
RunHelmInstall is a helper method to define mock.On call
func (*HelmExecutor_Expecter) RunHelmLint ¶ added in v1.366.0
func (_e *HelmExecutor_Expecter) RunHelmLint() *HelmExecutor_RunHelmLint_Call
RunHelmLint is a helper method to define mock.On call
func (*HelmExecutor_Expecter) RunHelmPublish ¶ added in v1.366.0
func (_e *HelmExecutor_Expecter) RunHelmPublish() *HelmExecutor_RunHelmPublish_Call
RunHelmPublish is a helper method to define mock.On call
func (*HelmExecutor_Expecter) RunHelmTest ¶ added in v1.366.0
func (_e *HelmExecutor_Expecter) RunHelmTest() *HelmExecutor_RunHelmTest_Call
RunHelmTest is a helper method to define mock.On call
func (*HelmExecutor_Expecter) RunHelmUninstall ¶ added in v1.366.0
func (_e *HelmExecutor_Expecter) RunHelmUninstall() *HelmExecutor_RunHelmUninstall_Call
RunHelmUninstall is a helper method to define mock.On call
func (*HelmExecutor_Expecter) RunHelmUpgrade ¶ added in v1.366.0
func (_e *HelmExecutor_Expecter) RunHelmUpgrade() *HelmExecutor_RunHelmUpgrade_Call
RunHelmUpgrade is a helper method to define mock.On call
type HelmExecutor_RunHelmDependency_Call ¶ added in v1.366.0
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 (_c *HelmExecutor_RunHelmDependency_Call) Return(_a0 error) *HelmExecutor_RunHelmDependency_Call
func (*HelmExecutor_RunHelmDependency_Call) Run ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmDependency_Call) Run(run func()) *HelmExecutor_RunHelmDependency_Call
func (*HelmExecutor_RunHelmDependency_Call) RunAndReturn ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmDependency_Call) RunAndReturn(run func() error) *HelmExecutor_RunHelmDependency_Call
type HelmExecutor_RunHelmInstall_Call ¶ added in v1.366.0
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 (_c *HelmExecutor_RunHelmInstall_Call) Return(_a0 error) *HelmExecutor_RunHelmInstall_Call
func (*HelmExecutor_RunHelmInstall_Call) Run ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmInstall_Call) Run(run func()) *HelmExecutor_RunHelmInstall_Call
func (*HelmExecutor_RunHelmInstall_Call) RunAndReturn ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmInstall_Call) RunAndReturn(run func() error) *HelmExecutor_RunHelmInstall_Call
type HelmExecutor_RunHelmLint_Call ¶ added in v1.366.0
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 (_c *HelmExecutor_RunHelmLint_Call) Return(_a0 error) *HelmExecutor_RunHelmLint_Call
func (*HelmExecutor_RunHelmLint_Call) Run ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmLint_Call) Run(run func()) *HelmExecutor_RunHelmLint_Call
func (*HelmExecutor_RunHelmLint_Call) RunAndReturn ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmLint_Call) RunAndReturn(run func() error) *HelmExecutor_RunHelmLint_Call
type HelmExecutor_RunHelmPublish_Call ¶ added in v1.366.0
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 (_c *HelmExecutor_RunHelmPublish_Call) Return(_a0 string, _a1 error) *HelmExecutor_RunHelmPublish_Call
func (*HelmExecutor_RunHelmPublish_Call) Run ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmPublish_Call) Run(run func()) *HelmExecutor_RunHelmPublish_Call
func (*HelmExecutor_RunHelmPublish_Call) RunAndReturn ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmPublish_Call) RunAndReturn(run func() (string, error)) *HelmExecutor_RunHelmPublish_Call
type HelmExecutor_RunHelmTest_Call ¶ added in v1.366.0
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 (_c *HelmExecutor_RunHelmTest_Call) Return(_a0 error) *HelmExecutor_RunHelmTest_Call
func (*HelmExecutor_RunHelmTest_Call) Run ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmTest_Call) Run(run func()) *HelmExecutor_RunHelmTest_Call
func (*HelmExecutor_RunHelmTest_Call) RunAndReturn ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmTest_Call) RunAndReturn(run func() error) *HelmExecutor_RunHelmTest_Call
type HelmExecutor_RunHelmUninstall_Call ¶ added in v1.366.0
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 (_c *HelmExecutor_RunHelmUninstall_Call) Return(_a0 error) *HelmExecutor_RunHelmUninstall_Call
func (*HelmExecutor_RunHelmUninstall_Call) Run ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmUninstall_Call) Run(run func()) *HelmExecutor_RunHelmUninstall_Call
func (*HelmExecutor_RunHelmUninstall_Call) RunAndReturn ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmUninstall_Call) RunAndReturn(run func() error) *HelmExecutor_RunHelmUninstall_Call
type HelmExecutor_RunHelmUpgrade_Call ¶ added in v1.366.0
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 (_c *HelmExecutor_RunHelmUpgrade_Call) Return(_a0 error) *HelmExecutor_RunHelmUpgrade_Call
func (*HelmExecutor_RunHelmUpgrade_Call) Run ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmUpgrade_Call) Run(run func()) *HelmExecutor_RunHelmUpgrade_Call
func (*HelmExecutor_RunHelmUpgrade_Call) RunAndReturn ¶ added in v1.366.0
func (_c *HelmExecutor_RunHelmUpgrade_Call) RunAndReturn(run func() error) *HelmExecutor_RunHelmUpgrade_Call