Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
Resolver is an autogenerated mock type for the Resolver type
func NewResolver ¶
NewResolver creates a new instance of Resolver. 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.
type StepPlugin ¶
StepPlugin is an autogenerated mock type for the StepPlugin type
func NewStepPlugin ¶
func NewStepPlugin(t interface { mock.TestingT Cleanup(func()) }) *StepPlugin
NewStepPlugin creates a new instance of StepPlugin. 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 (*StepPlugin) Abort ¶
func (_m *StepPlugin) Abort(_a0 *v1alpha1.Rollout) (*v1alpha1.StepPluginStatus, error)
Abort provides a mock function with given fields: _a0
func (*StepPlugin) Run ¶
func (_m *StepPlugin) Run(_a0 *v1alpha1.Rollout) (*v1alpha1.StepPluginStatus, error)
Run provides a mock function with given fields: _a0
func (*StepPlugin) Terminate ¶
func (_m *StepPlugin) Terminate(_a0 *v1alpha1.Rollout) (*v1alpha1.StepPluginStatus, error)
Terminate provides a mock function with given fields: _a0