Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCleaner ¶
type MockCleaner struct {
// contains filtered or unexported fields
}
MockCleaner is a mock of Cleaner interface.
func NewMockCleaner ¶
func NewMockCleaner(ctrl *gomock.Controller) *MockCleaner
NewMockCleaner creates a new mock instance.
func (*MockCleaner) Clean ¶
func (m *MockCleaner) Clean(ctx context.Context, c client0.Client, obj runtime.Object, opts ...client.CleanOption) error
Clean mocks base method.
func (*MockCleaner) EXPECT ¶
func (m *MockCleaner) EXPECT() *MockCleanerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockCleanerMockRecorder ¶
type MockCleanerMockRecorder struct {
// contains filtered or unexported fields
}
MockCleanerMockRecorder is the mock recorder for MockCleaner.
type MockGoneEnsurer ¶
type MockGoneEnsurer struct {
// contains filtered or unexported fields
}
MockGoneEnsurer is a mock of GoneEnsurer interface.
func NewMockGoneEnsurer ¶
func NewMockGoneEnsurer(ctrl *gomock.Controller) *MockGoneEnsurer
NewMockGoneEnsurer creates a new mock instance.
func (*MockGoneEnsurer) EXPECT ¶
func (m *MockGoneEnsurer) EXPECT() *MockGoneEnsurerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGoneEnsurer) EnsureGone ¶
func (m *MockGoneEnsurer) EnsureGone(ctx context.Context, c client0.Client, obj runtime.Object, opts ...client0.ListOption) error
EnsureGone mocks base method.
type MockGoneEnsurerMockRecorder ¶
type MockGoneEnsurerMockRecorder struct {
// contains filtered or unexported fields
}
MockGoneEnsurerMockRecorder is the mock recorder for MockGoneEnsurer.
func (*MockGoneEnsurerMockRecorder) EnsureGone ¶
func (mr *MockGoneEnsurerMockRecorder) EnsureGone(ctx, c, obj any, opts ...any) *gomock.Call
EnsureGone indicates an expected call of EnsureGone.
Click to show internal directories.
Click to hide internal directories.