Documentation
¶
Overview ¶
Package mock_v1 is a generated GoMock package.
Index ¶
- type MockConfigInterface
- func (m *MockConfigInterface) Apply(ctx context.Context, config *v10.ConfigApplyConfiguration, ...) (*v1.Config, error)
- func (m *MockConfigInterface) ApplyStatus(ctx context.Context, config *v10.ConfigApplyConfiguration, ...) (*v1.Config, error)
- func (m *MockConfigInterface) Create(ctx context.Context, config *v1.Config, opts v12.CreateOptions) (*v1.Config, error)
- func (m *MockConfigInterface) Delete(ctx context.Context, name string, opts v12.DeleteOptions) error
- func (m *MockConfigInterface) DeleteCollection(ctx context.Context, opts v12.DeleteOptions, listOpts v12.ListOptions) error
- func (m *MockConfigInterface) EXPECT() *MockConfigInterfaceMockRecorder
- func (m *MockConfigInterface) Get(ctx context.Context, name string, opts v12.GetOptions) (*v1.Config, error)
- func (m *MockConfigInterface) List(ctx context.Context, opts v12.ListOptions) (*v1.ConfigList, error)
- func (m *MockConfigInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (*v1.Config, error)
- func (m *MockConfigInterface) Update(ctx context.Context, config *v1.Config, opts v12.UpdateOptions) (*v1.Config, error)
- func (m *MockConfigInterface) UpdateStatus(ctx context.Context, config *v1.Config, opts v12.UpdateOptions) (*v1.Config, error)
- func (m *MockConfigInterface) Watch(ctx context.Context, opts v12.ListOptions) (watch.Interface, error)
- type MockConfigInterfaceMockRecorder
- func (mr *MockConfigInterfaceMockRecorder) Apply(ctx, config, opts any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) ApplyStatus(ctx, config, opts any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Create(ctx, config, opts any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Delete(ctx, name, opts any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) DeleteCollection(ctx, opts, listOpts any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Get(ctx, name, opts any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) List(ctx, opts any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Patch(ctx, name, pt, data, opts any, subresources ...any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Update(ctx, config, opts any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) UpdateStatus(ctx, config, opts any) *gomock.Call
- func (mr *MockConfigInterfaceMockRecorder) Watch(ctx, opts 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(ctx context.Context, config *v10.ConfigApplyConfiguration, opts v12.ApplyOptions) (*v1.Config, error)
Apply mocks base method.
func (*MockConfigInterface) ApplyStatus ¶
func (m *MockConfigInterface) ApplyStatus(ctx context.Context, config *v10.ConfigApplyConfiguration, opts v12.ApplyOptions) (*v1.Config, error)
ApplyStatus mocks base method.
func (*MockConfigInterface) Create ¶
func (m *MockConfigInterface) Create(ctx context.Context, config *v1.Config, opts v12.CreateOptions) (*v1.Config, error)
Create mocks base method.
func (*MockConfigInterface) Delete ¶
func (m *MockConfigInterface) Delete(ctx context.Context, name string, opts v12.DeleteOptions) error
Delete mocks base method.
func (*MockConfigInterface) DeleteCollection ¶
func (m *MockConfigInterface) DeleteCollection(ctx context.Context, opts v12.DeleteOptions, listOpts 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(ctx context.Context, name string, opts v12.GetOptions) (*v1.Config, error)
Get mocks base method.
func (*MockConfigInterface) List ¶
func (m *MockConfigInterface) List(ctx context.Context, opts v12.ListOptions) (*v1.ConfigList, error)
List mocks base method.
func (*MockConfigInterface) Patch ¶
func (m *MockConfigInterface) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v12.PatchOptions, subresources ...string) (*v1.Config, error)
Patch mocks base method.
func (*MockConfigInterface) Update ¶
func (m *MockConfigInterface) Update(ctx context.Context, config *v1.Config, opts v12.UpdateOptions) (*v1.Config, error)
Update mocks base method.
func (*MockConfigInterface) UpdateStatus ¶
func (m *MockConfigInterface) UpdateStatus(ctx context.Context, config *v1.Config, opts v12.UpdateOptions) (*v1.Config, error)
UpdateStatus mocks base method.
func (*MockConfigInterface) Watch ¶
func (m *MockConfigInterface) Watch(ctx context.Context, opts 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(ctx, config, opts any) *gomock.Call
Apply indicates an expected call of Apply.
func (*MockConfigInterfaceMockRecorder) ApplyStatus ¶
func (mr *MockConfigInterfaceMockRecorder) ApplyStatus(ctx, config, opts any) *gomock.Call
ApplyStatus indicates an expected call of ApplyStatus.
func (*MockConfigInterfaceMockRecorder) Create ¶
func (mr *MockConfigInterfaceMockRecorder) Create(ctx, config, opts any) *gomock.Call
Create indicates an expected call of Create.
func (*MockConfigInterfaceMockRecorder) Delete ¶
func (mr *MockConfigInterfaceMockRecorder) Delete(ctx, name, opts any) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockConfigInterfaceMockRecorder) DeleteCollection ¶
func (mr *MockConfigInterfaceMockRecorder) DeleteCollection(ctx, opts, listOpts any) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockConfigInterfaceMockRecorder) Get ¶
func (mr *MockConfigInterfaceMockRecorder) Get(ctx, name, opts any) *gomock.Call
Get indicates an expected call of Get.
func (*MockConfigInterfaceMockRecorder) List ¶
func (mr *MockConfigInterfaceMockRecorder) List(ctx, opts any) *gomock.Call
List indicates an expected call of List.
func (*MockConfigInterfaceMockRecorder) Patch ¶
func (mr *MockConfigInterfaceMockRecorder) Patch(ctx, name, pt, data, opts any, subresources ...any) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockConfigInterfaceMockRecorder) Update ¶
func (mr *MockConfigInterfaceMockRecorder) Update(ctx, config, opts any) *gomock.Call
Update indicates an expected call of Update.
func (*MockConfigInterfaceMockRecorder) UpdateStatus ¶
func (mr *MockConfigInterfaceMockRecorder) UpdateStatus(ctx, config, opts 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.