Documentation ¶
Overview ¶
Package mock_workaround is a generated GoMock package.
Index ¶
- type MockWorkaround
- func (m *MockWorkaround) EXPECT() *MockWorkaroundMockRecorder
- func (m *MockWorkaround) Ensure(arg0 context.Context) error
- func (m *MockWorkaround) IsRequired(arg0 *version.Version, arg1 *v1alpha1.Cluster) bool
- func (m *MockWorkaround) Name() string
- func (m *MockWorkaround) Remove(arg0 context.Context) error
- type MockWorkaroundMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWorkaround ¶
type MockWorkaround struct {
// contains filtered or unexported fields
}
MockWorkaround is a mock of Workaround interface.
func NewMockWorkaround ¶
func NewMockWorkaround(ctrl *gomock.Controller) *MockWorkaround
NewMockWorkaround creates a new mock instance.
func (*MockWorkaround) EXPECT ¶
func (m *MockWorkaround) EXPECT() *MockWorkaroundMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorkaround) Ensure ¶
func (m *MockWorkaround) Ensure(arg0 context.Context) error
Ensure mocks base method.
func (*MockWorkaround) IsRequired ¶
IsRequired mocks base method.
type MockWorkaroundMockRecorder ¶
type MockWorkaroundMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkaroundMockRecorder is the mock recorder for MockWorkaround.
func (*MockWorkaroundMockRecorder) Ensure ¶
func (mr *MockWorkaroundMockRecorder) Ensure(arg0 any) *gomock.Call
Ensure indicates an expected call of Ensure.
func (*MockWorkaroundMockRecorder) IsRequired ¶
func (mr *MockWorkaroundMockRecorder) IsRequired(arg0, arg1 any) *gomock.Call
IsRequired indicates an expected call of IsRequired.
func (*MockWorkaroundMockRecorder) Name ¶
func (mr *MockWorkaroundMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
Click to show internal directories.
Click to hide internal directories.