Documentation ¶
Overview ¶
Package mock_v1 is a generated GoMock package.
Index ¶
- type MockConfigInterface
- func (m *MockConfigInterface) Apply(arg0 context.Context, arg1 *v10.ConfigApplyConfiguration, ...) (*v1.Config, error)
- func (m *MockConfigInterface) ApplyStatus(arg0 context.Context, arg1 *v10.ConfigApplyConfiguration, ...) (*v1.Config, error)
- func (m *MockConfigInterface) Create(arg0 context.Context, arg1 *v1.Config, arg2 v12.CreateOptions) (*v1.Config, error)
- func (m *MockConfigInterface) Delete(arg0 context.Context, arg1 string, arg2 v12.DeleteOptions) error
- func (m *MockConfigInterface) DeleteCollection(arg0 context.Context, arg1 v12.DeleteOptions, arg2 v12.ListOptions) error
- func (m *MockConfigInterface) EXPECT() *MockConfigInterfaceMockRecorder
- func (m *MockConfigInterface) Get(arg0 context.Context, arg1 string, arg2 v12.GetOptions) (*v1.Config, error)
- func (m *MockConfigInterface) List(arg0 context.Context, arg1 v12.ListOptions) (*v1.ConfigList, error)
- func (m *MockConfigInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, ...) (*v1.Config, error)
- func (m *MockConfigInterface) Update(arg0 context.Context, arg1 *v1.Config, arg2 v12.UpdateOptions) (*v1.Config, error)
- func (m *MockConfigInterface) UpdateStatus(arg0 context.Context, arg1 *v1.Config, arg2 v12.UpdateOptions) (*v1.Config, error)
- func (m *MockConfigInterface) Watch(arg0 context.Context, arg1 v12.ListOptions) (watch.Interface, error)
- type MockConfigInterfaceMockRecorder
- func (mr *MockConfigInterfaceMockRecorder) Apply(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Create(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Delete(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Get(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) List(arg0, arg1 any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Update(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Watch(arg0, arg1 any) *gomock.Call
- type MockSamplesV1Interface
- type MockSamplesV1InterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockConfigInterface ¶
type MockConfigInterface struct {
// contains filtered or unexported fields
}
MockConfigInterface is a mock of ConfigInterface interface.
func NewMockConfigInterface ¶
func NewMockConfigInterface(ctrl *gomock.Controller) *MockConfigInterface
NewMockConfigInterface creates a new mock instance.
func (*MockConfigInterface) Apply ¶
func (m *MockConfigInterface) Apply(arg0 context.Context, arg1 *v10.ConfigApplyConfiguration, arg2 v12.ApplyOptions) (*v1.Config, error)
Apply mocks base method.
func (*MockConfigInterface) ApplyStatus ¶
func (m *MockConfigInterface) ApplyStatus(arg0 context.Context, arg1 *v10.ConfigApplyConfiguration, arg2 v12.ApplyOptions) (*v1.Config, error)
ApplyStatus mocks base method.
func (*MockConfigInterface) Create ¶
func (m *MockConfigInterface) Create(arg0 context.Context, arg1 *v1.Config, arg2 v12.CreateOptions) (*v1.Config, error)
Create mocks base method.
func (*MockConfigInterface) Delete ¶
func (m *MockConfigInterface) Delete(arg0 context.Context, arg1 string, arg2 v12.DeleteOptions) error
Delete mocks base method.
func (*MockConfigInterface) DeleteCollection ¶
func (m *MockConfigInterface) DeleteCollection(arg0 context.Context, arg1 v12.DeleteOptions, arg2 v12.ListOptions) error
DeleteCollection mocks base method.
func (*MockConfigInterface) EXPECT ¶
func (m *MockConfigInterface) EXPECT() *MockConfigInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConfigInterface) Get ¶
func (m *MockConfigInterface) Get(arg0 context.Context, arg1 string, arg2 v12.GetOptions) (*v1.Config, error)
Get mocks base method.
func (*MockConfigInterface) List ¶
func (m *MockConfigInterface) List(arg0 context.Context, arg1 v12.ListOptions) (*v1.ConfigList, error)
List mocks base method.
func (*MockConfigInterface) Patch ¶
func (m *MockConfigInterface) Patch(arg0 context.Context, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 v12.PatchOptions, arg5 ...string) (*v1.Config, error)
Patch mocks base method.
func (*MockConfigInterface) Update ¶
func (m *MockConfigInterface) Update(arg0 context.Context, arg1 *v1.Config, arg2 v12.UpdateOptions) (*v1.Config, error)
Update mocks base method.
func (*MockConfigInterface) UpdateStatus ¶
func (m *MockConfigInterface) UpdateStatus(arg0 context.Context, arg1 *v1.Config, arg2 v12.UpdateOptions) (*v1.Config, error)
UpdateStatus mocks base method.
func (*MockConfigInterface) Watch ¶
func (m *MockConfigInterface) Watch(arg0 context.Context, arg1 v12.ListOptions) (watch.Interface, error)
Watch mocks base method.
type MockConfigInterfaceMockRecorder ¶
type MockConfigInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigInterfaceMockRecorder is the mock recorder for MockConfigInterface.
func (*MockConfigInterfaceMockRecorder) Apply ¶
func (mr *MockConfigInterfaceMockRecorder) Apply(arg0, arg1, arg2 any) *gomock.Call
Apply indicates an expected call of Apply.
func (*MockConfigInterfaceMockRecorder) ApplyStatus ¶
func (mr *MockConfigInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2 any) *gomock.Call
ApplyStatus indicates an expected call of ApplyStatus.
func (*MockConfigInterfaceMockRecorder) Create ¶
func (mr *MockConfigInterfaceMockRecorder) Create(arg0, arg1, arg2 any) *gomock.Call
Create indicates an expected call of Create.
func (*MockConfigInterfaceMockRecorder) Delete ¶
func (mr *MockConfigInterfaceMockRecorder) Delete(arg0, arg1, arg2 any) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockConfigInterfaceMockRecorder) DeleteCollection ¶
func (mr *MockConfigInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 any) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockConfigInterfaceMockRecorder) Get ¶
func (mr *MockConfigInterfaceMockRecorder) Get(arg0, arg1, arg2 any) *gomock.Call
Get indicates an expected call of Get.
func (*MockConfigInterfaceMockRecorder) List ¶
func (mr *MockConfigInterfaceMockRecorder) List(arg0, arg1 any) *gomock.Call
List indicates an expected call of List.
func (*MockConfigInterfaceMockRecorder) Patch ¶
func (mr *MockConfigInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockConfigInterfaceMockRecorder) Update ¶
func (mr *MockConfigInterfaceMockRecorder) Update(arg0, arg1, arg2 any) *gomock.Call
Update indicates an expected call of Update.
func (*MockConfigInterfaceMockRecorder) UpdateStatus ¶
func (mr *MockConfigInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 any) *gomock.Call
UpdateStatus indicates an expected call of UpdateStatus.
type MockSamplesV1Interface ¶
type MockSamplesV1Interface struct {
// contains filtered or unexported fields
}
MockSamplesV1Interface is a mock of SamplesV1Interface interface.
func NewMockSamplesV1Interface ¶
func NewMockSamplesV1Interface(ctrl *gomock.Controller) *MockSamplesV1Interface
NewMockSamplesV1Interface creates a new mock instance.
func (*MockSamplesV1Interface) Configs ¶
func (m *MockSamplesV1Interface) Configs() v11.ConfigInterface
Configs mocks base method.
func (*MockSamplesV1Interface) EXPECT ¶
func (m *MockSamplesV1Interface) EXPECT() *MockSamplesV1InterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSamplesV1Interface) RESTClient ¶
func (m *MockSamplesV1Interface) RESTClient() rest.Interface
RESTClient mocks base method.
type MockSamplesV1InterfaceMockRecorder ¶
type MockSamplesV1InterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockSamplesV1InterfaceMockRecorder is the mock recorder for MockSamplesV1Interface.
func (*MockSamplesV1InterfaceMockRecorder) Configs ¶
func (mr *MockSamplesV1InterfaceMockRecorder) Configs() *gomock.Call
Configs indicates an expected call of Configs.
func (*MockSamplesV1InterfaceMockRecorder) RESTClient ¶
func (mr *MockSamplesV1InterfaceMockRecorder) RESTClient() *gomock.Call
RESTClient indicates an expected call of RESTClient.