Versions in this module Expand all Collapse all v1 v1.14.1-beta1 Sep 29, 2023 v1.14.0 Aug 24, 2023 Changes in this version + type Interface interface + Create func(testExecution *testexecutionv1.TestExecution) (*testexecutionv1.TestExecution, error) + Delete func(name string) error + Get func(name string) (*testexecutionv1.TestExecution, error) + Update func(testExecution *testexecutionv1.TestExecution) (*testexecutionv1.TestExecution, error) + UpdateStatus func(testЕxecution *testexecutionv1.TestExecution) error + type MockInterface struct + func NewMockInterface(ctrl *gomock.Controller) *MockInterface + func (m *MockInterface) Create(arg0 *v1.TestExecution) (*v1.TestExecution, error) + func (m *MockInterface) Delete(arg0 string) error + func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder + func (m *MockInterface) Get(arg0 string) (*v1.TestExecution, error) + func (m *MockInterface) Update(arg0 *v1.TestExecution) (*v1.TestExecution, error) + func (m *MockInterface) UpdateStatus(arg0 *v1.TestExecution) error + type MockInterfaceMockRecorder struct + func (mr *MockInterfaceMockRecorder) Create(arg0 interface{}) *gomock.Call + func (mr *MockInterfaceMockRecorder) Delete(arg0 interface{}) *gomock.Call + func (mr *MockInterfaceMockRecorder) Get(arg0 interface{}) *gomock.Call + func (mr *MockInterfaceMockRecorder) Update(arg0 interface{}) *gomock.Call + func (mr *MockInterfaceMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call + type Option struct + Secrets map[string]string + type TestExecutionsClient struct + func NewClient(client client.Client, namespace string) *TestExecutionsClient + func (s TestExecutionsClient) Create(testExecution *testexecutionv1.TestExecution) (*testexecutionv1.TestExecution, error) + func (s TestExecutionsClient) Delete(name string) error + func (s TestExecutionsClient) Get(name string) (*testexecutionv1.TestExecution, error) + func (s TestExecutionsClient) Update(testExecution *testexecutionv1.TestExecution) (*testexecutionv1.TestExecution, error) + func (s TestExecutionsClient) UpdateStatus(testExecution *testexecutionv1.TestExecution) error