Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockGenerator
- func (m *MockGenerator) EXPECT() *MockGeneratorMockRecorder
- func (m *MockGenerator) GetMetricsCollectorManifest(arg0, arg1, arg2, arg3 string, arg4 []string, ...) (string, error)
- func (m *MockGenerator) GetRunSpec(arg0 *v1alpha2.Experiment, arg1, arg2, arg3 string) (string, error)
- func (m *MockGenerator) GetRunSpecWithHyperParameters(arg0 *v1alpha2.Experiment, arg1, arg2, arg3 string, ...) (string, error)
- func (m *MockGenerator) InjectClient(arg0 client.Client)
- type MockGeneratorMockRecorder
- func (mr *MockGeneratorMockRecorder) GetMetricsCollectorManifest(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockGeneratorMockRecorder) GetRunSpec(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockGeneratorMockRecorder) GetRunSpecWithHyperParameters(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockGeneratorMockRecorder) InjectClient(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGenerator ¶
type MockGenerator struct {
// contains filtered or unexported fields
}
MockGenerator is a mock of Generator interface
func NewMockGenerator ¶
func NewMockGenerator(ctrl *gomock.Controller) *MockGenerator
NewMockGenerator creates a new mock instance
func (*MockGenerator) EXPECT ¶
func (m *MockGenerator) EXPECT() *MockGeneratorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockGenerator) GetMetricsCollectorManifest ¶
func (m *MockGenerator) GetMetricsCollectorManifest(arg0, arg1, arg2, arg3 string, arg4 []string, arg5 *v1alpha2.MetricsCollectorSpec) (string, error)
GetMetricsCollectorManifest mocks base method
func (*MockGenerator) GetRunSpec ¶
func (m *MockGenerator) GetRunSpec(arg0 *v1alpha2.Experiment, arg1, arg2, arg3 string) (string, error)
GetRunSpec mocks base method
func (*MockGenerator) GetRunSpecWithHyperParameters ¶
func (m *MockGenerator) GetRunSpecWithHyperParameters(arg0 *v1alpha2.Experiment, arg1, arg2, arg3 string, arg4 []*v1alpha20.ParameterAssignment) (string, error)
GetRunSpecWithHyperParameters mocks base method
func (*MockGenerator) InjectClient ¶
func (m *MockGenerator) InjectClient(arg0 client.Client)
InjectClient mocks base method
type MockGeneratorMockRecorder ¶
type MockGeneratorMockRecorder struct {
// contains filtered or unexported fields
}
MockGeneratorMockRecorder is the mock recorder for MockGenerator
func (*MockGeneratorMockRecorder) GetMetricsCollectorManifest ¶
func (mr *MockGeneratorMockRecorder) GetMetricsCollectorManifest(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
GetMetricsCollectorManifest indicates an expected call of GetMetricsCollectorManifest
func (*MockGeneratorMockRecorder) GetRunSpec ¶
func (mr *MockGeneratorMockRecorder) GetRunSpec(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetRunSpec indicates an expected call of GetRunSpec
func (*MockGeneratorMockRecorder) GetRunSpecWithHyperParameters ¶
func (mr *MockGeneratorMockRecorder) GetRunSpecWithHyperParameters(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetRunSpecWithHyperParameters indicates an expected call of GetRunSpecWithHyperParameters
func (*MockGeneratorMockRecorder) InjectClient ¶
func (mr *MockGeneratorMockRecorder) InjectClient(arg0 interface{}) *gomock.Call
InjectClient indicates an expected call of InjectClient