Versions in this module Expand all Collapse all v0 v0.10.0 Nov 7, 2020 v0.9.0 Jun 10, 2020 Changes in this version + type MockClient struct + func NewMockClient(ctrl *gomock.Controller) *MockClient + func (m *MockClient) CreateExperiment(arg0 *v1alpha3.Experiment, arg1 ...string) error + func (m *MockClient) DeleteExperiment(arg0 *v1alpha3.Experiment, arg1 ...string) error + func (m *MockClient) EXPECT() *MockClientMockRecorder + func (m *MockClient) GetClient() client.Client + func (m *MockClient) GetConfigMap(arg0 string, arg1 ...string) (map[string]string, error) + func (m *MockClient) GetExperiment(arg0 string, arg1 ...string) (*v1alpha3.Experiment, error) + func (m *MockClient) GetExperimentList(arg0 ...string) (*v1alpha3.ExperimentList, error) + func (m *MockClient) GetNamespaceList() (*v1.NamespaceList, error) + func (m *MockClient) GetSuggestion(arg0 string, arg1 ...string) (*v1alpha30.Suggestion, error) + func (m *MockClient) GetTrial(arg0 string, arg1 ...string) (*v1alpha31.Trial, error) + func (m *MockClient) GetTrialList(arg0 string, arg1 ...string) (*v1alpha31.TrialList, error) + func (m *MockClient) GetTrialTemplates(arg0 ...string) (*v1.ConfigMapList, error) + func (m *MockClient) InjectClient(arg0 client.Client) + func (m *MockClient) UpdateConfigMap(arg0 *v1.ConfigMap) error + func (m *MockClient) UpdateExperiment(arg0 *v1alpha3.Experiment, arg1 ...string) error + type MockClientMockRecorder struct + func (mr *MockClientMockRecorder) CreateExperiment(arg0 interface{}, arg1 ...interface{}) *gomock.Call + func (mr *MockClientMockRecorder) DeleteExperiment(arg0 interface{}, arg1 ...interface{}) *gomock.Call + func (mr *MockClientMockRecorder) GetClient() *gomock.Call + func (mr *MockClientMockRecorder) GetConfigMap(arg0 interface{}, arg1 ...interface{}) *gomock.Call + func (mr *MockClientMockRecorder) GetExperiment(arg0 interface{}, arg1 ...interface{}) *gomock.Call + func (mr *MockClientMockRecorder) GetExperimentList(arg0 ...interface{}) *gomock.Call + func (mr *MockClientMockRecorder) GetNamespaceList() *gomock.Call + func (mr *MockClientMockRecorder) GetSuggestion(arg0 interface{}, arg1 ...interface{}) *gomock.Call + func (mr *MockClientMockRecorder) GetTrial(arg0 interface{}, arg1 ...interface{}) *gomock.Call + func (mr *MockClientMockRecorder) GetTrialList(arg0 interface{}, arg1 ...interface{}) *gomock.Call + func (mr *MockClientMockRecorder) GetTrialTemplates(arg0 ...interface{}) *gomock.Call + func (mr *MockClientMockRecorder) InjectClient(arg0 interface{}) *gomock.Call + func (mr *MockClientMockRecorder) UpdateConfigMap(arg0 interface{}) *gomock.Call + func (mr *MockClientMockRecorder) UpdateExperiment(arg0 interface{}, arg1 ...interface{}) *gomock.Call