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(arg0 context.Context, arg1 client0.Client, arg2 runtime.Object, arg3 ...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(arg0 context.Context, arg1 client0.Client, arg2 runtime.Object, arg3 ...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(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
EnsureGone indicates an expected call of EnsureGone.
Click to show internal directories.
Click to hide internal directories.