Documentation
¶
Index ¶
- type ServerSideDryRunner
- type ServerSideDryRunner_Expecter
- type ServerSideDryRunner_Run_Call
- func (_c *ServerSideDryRunner_Run_Call) Return(s string, err error) *ServerSideDryRunner_Run_Call
- func (_c *ServerSideDryRunner_Run_Call) Run(run func(ctx context.Context, obj *unstructured.Unstructured, manager string)) *ServerSideDryRunner_Run_Call
- func (_c *ServerSideDryRunner_Run_Call) RunAndReturn(...) *ServerSideDryRunner_Run_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerSideDryRunner ¶
ServerSideDryRunner is an autogenerated mock type for the ServerSideDryRunner type
func NewServerSideDryRunner ¶
func NewServerSideDryRunner(t interface {
mock.TestingT
Cleanup(func())
}) *ServerSideDryRunner
NewServerSideDryRunner creates a new instance of ServerSideDryRunner. 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 (*ServerSideDryRunner) EXPECT ¶
func (_m *ServerSideDryRunner) EXPECT() *ServerSideDryRunner_Expecter
func (*ServerSideDryRunner) Run ¶
func (_mock *ServerSideDryRunner) Run(ctx context.Context, obj *unstructured.Unstructured, manager string) (string, error)
Run provides a mock function for the type ServerSideDryRunner
type ServerSideDryRunner_Expecter ¶
type ServerSideDryRunner_Expecter struct {
// contains filtered or unexported fields
}
func (*ServerSideDryRunner_Expecter) Run ¶
func (_e *ServerSideDryRunner_Expecter) Run(ctx any, obj any, manager any) *ServerSideDryRunner_Run_Call
Run is a helper method to define mock.On call
- ctx context.Context
- obj *unstructured.Unstructured
- manager string
type ServerSideDryRunner_Run_Call ¶
ServerSideDryRunner_Run_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Run'
func (*ServerSideDryRunner_Run_Call) Return ¶
func (_c *ServerSideDryRunner_Run_Call) Return(s string, err error) *ServerSideDryRunner_Run_Call
func (*ServerSideDryRunner_Run_Call) Run ¶
func (_c *ServerSideDryRunner_Run_Call) Run(run func(ctx context.Context, obj *unstructured.Unstructured, manager string)) *ServerSideDryRunner_Run_Call
func (*ServerSideDryRunner_Run_Call) RunAndReturn ¶
func (_c *ServerSideDryRunner_Run_Call) RunAndReturn(run func(ctx context.Context, obj *unstructured.Unstructured, manager string) (string, error)) *ServerSideDryRunner_Run_Call
Click to show internal directories.
Click to hide internal directories.