Documentation
¶
Index ¶
- type Provider
- func (_m *Provider) GarbageCollect(_a0 *v1alpha1.AnalysisRun, _a1 v1alpha1.Metric, _a2 int) error
- func (_m *Provider) GetMetadata(_a0 v1alpha1.Metric) map[string]string
- func (_m *Provider) Resume(_a0 *v1alpha1.AnalysisRun, _a1 v1alpha1.Metric, _a2 v1alpha1.Measurement) v1alpha1.Measurement
- func (_m *Provider) Run(_a0 *v1alpha1.AnalysisRun, _a1 v1alpha1.Metric) v1alpha1.Measurement
- func (_m *Provider) Terminate(_a0 *v1alpha1.AnalysisRun, _a1 v1alpha1.Metric, _a2 v1alpha1.Measurement) v1alpha1.Measurement
- func (_m *Provider) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider is an autogenerated mock type for the Provider type
func NewProvider ¶
NewProvider creates a new instance of Provider. 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 (*Provider) GarbageCollect ¶
GarbageCollect provides a mock function with given fields: _a0, _a1, _a2
func (*Provider) GetMetadata ¶
GetMetadata provides a mock function with given fields: _a0
func (*Provider) Resume ¶
func (_m *Provider) Resume(_a0 *v1alpha1.AnalysisRun, _a1 v1alpha1.Metric, _a2 v1alpha1.Measurement) v1alpha1.Measurement
Resume provides a mock function with given fields: _a0, _a1, _a2
func (*Provider) Run ¶
func (_m *Provider) Run(_a0 *v1alpha1.AnalysisRun, _a1 v1alpha1.Metric) v1alpha1.Measurement
Run provides a mock function with given fields: _a0, _a1
func (*Provider) Terminate ¶
func (_m *Provider) Terminate(_a0 *v1alpha1.AnalysisRun, _a1 v1alpha1.Metric, _a2 v1alpha1.Measurement) v1alpha1.Measurement
Terminate provides a mock function with given fields: _a0, _a1, _a2
Click to show internal directories.
Click to hide internal directories.