Documentation ¶
Overview ¶
Package mock_dynamichelper is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) Ensure(arg0 context.Context, arg1 ...runtime.Object) error
- func (m *MockInterface) EnsureDeleted(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *MockInterface) EnsureDeletedGVR(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockInterface) IsConstraintTemplateReady(arg0 context.Context, arg1 string) (bool, error)
- func (m *MockInterface) Refresh() error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) Ensure(arg0 any, arg1 ...any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) EnsureDeleted(arg0, arg1, arg2, arg3 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) EnsureDeletedGVR(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) IsConstraintTemplateReady(arg0, arg1 any) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Refresh() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) EnsureDeleted ¶
func (m *MockInterface) EnsureDeleted(arg0 context.Context, arg1, arg2, arg3 string) error
EnsureDeleted mocks base method.
func (*MockInterface) EnsureDeletedGVR ¶
func (m *MockInterface) EnsureDeletedGVR(arg0 context.Context, arg1, arg2, arg3, arg4 string) error
EnsureDeletedGVR mocks base method.
func (*MockInterface) IsConstraintTemplateReady ¶
IsConstraintTemplateReady mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Ensure ¶
func (mr *MockInterfaceMockRecorder) Ensure(arg0 any, arg1 ...any) *gomock.Call
Ensure indicates an expected call of Ensure.
func (*MockInterfaceMockRecorder) EnsureDeleted ¶
func (mr *MockInterfaceMockRecorder) EnsureDeleted(arg0, arg1, arg2, arg3 any) *gomock.Call
EnsureDeleted indicates an expected call of EnsureDeleted.
func (*MockInterfaceMockRecorder) EnsureDeletedGVR ¶
func (mr *MockInterfaceMockRecorder) EnsureDeletedGVR(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
EnsureDeletedGVR indicates an expected call of EnsureDeletedGVR.
func (*MockInterfaceMockRecorder) IsConstraintTemplateReady ¶
func (mr *MockInterfaceMockRecorder) IsConstraintTemplateReady(arg0, arg1 any) *gomock.Call
IsConstraintTemplateReady indicates an expected call of IsConstraintTemplateReady.
func (*MockInterfaceMockRecorder) Refresh ¶
func (mr *MockInterfaceMockRecorder) Refresh() *gomock.Call
Refresh indicates an expected call of Refresh.