Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPlan ¶
type MockPlan struct {
// contains filtered or unexported fields
}
MockPlan is a mock of Plan interface
func NewMockPlan ¶
func NewMockPlan(ctrl *gomock.Controller) *MockPlan
NewMockPlan creates a new mock instance
func (*MockPlan) Apply ¶
func (m *MockPlan) Apply(arg0 context.Context, arg1 client.Client, arg2 *v1alpha1.Cluster, arg3 logr.Logger) error
Apply mocks base method
func (*MockPlan) EXPECT ¶
func (m *MockPlan) EXPECT() *MockPlanMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockPlanMockRecorder ¶
type MockPlanMockRecorder struct {
// contains filtered or unexported fields
}
MockPlanMockRecorder is the mock recorder for MockPlan
func (*MockPlanMockRecorder) Apply ¶
func (mr *MockPlanMockRecorder) Apply(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Apply indicates an expected call of Apply
Click to show internal directories.
Click to hide internal directories.