Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) Delete(arg0 context.Context, arg1 logr.Logger, arg2 client.Object, ...) ([]v1beta1.Condition, bool, bool, error)
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) Reconcile(arg0 context.Context, arg1 logr.Logger, arg2 client.Object, ...) ([]v1beta1.Condition, error)
- type MockInterfaceMockRecorder
- type MockValuesHelper
- func (m *MockValuesHelper) EXPECT() *MockValuesHelperMockRecorder
- func (m *MockValuesHelper) GetGardenletChartValues(arg0 *v1alpha1.GardenletDeployment, arg1 *v1alpha10.GardenletConfiguration, ...) (map[string]any, error)
- func (m *MockValuesHelper) MergeGardenletConfiguration(arg0 *v1alpha10.GardenletConfiguration) (*v1alpha10.GardenletConfiguration, error)
- func (m *MockValuesHelper) MergeGardenletDeployment(arg0 *v1alpha1.GardenletDeployment) (*v1alpha1.GardenletDeployment, error)
- type MockValuesHelperMockRecorder
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) Delete ¶
func (m *MockInterface) Delete(arg0 context.Context, arg1 logr.Logger, arg2 client.Object, arg3 []v1beta1.Condition, arg4 *v1alpha1.GardenletDeployment, arg5 *runtime.RawExtension, arg6 v1alpha1.Bootstrap, arg7 bool) ([]v1beta1.Condition, bool, bool, error)
Delete mocks base method.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) Reconcile ¶
func (m *MockInterface) Reconcile(arg0 context.Context, arg1 logr.Logger, arg2 client.Object, arg3 []v1beta1.Condition, arg4 *v1alpha1.GardenletDeployment, arg5 *runtime.RawExtension, arg6 v1alpha1.Bootstrap, arg7 bool) ([]v1beta1.Condition, error)
Reconcile mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
type MockValuesHelper ¶
type MockValuesHelper struct {
// contains filtered or unexported fields
}
MockValuesHelper is a mock of ValuesHelper interface.
func NewMockValuesHelper ¶
func NewMockValuesHelper(ctrl *gomock.Controller) *MockValuesHelper
NewMockValuesHelper creates a new mock instance.
func (*MockValuesHelper) EXPECT ¶
func (m *MockValuesHelper) EXPECT() *MockValuesHelperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockValuesHelper) GetGardenletChartValues ¶
func (m *MockValuesHelper) GetGardenletChartValues(arg0 *v1alpha1.GardenletDeployment, arg1 *v1alpha10.GardenletConfiguration, arg2 string) (map[string]any, error)
GetGardenletChartValues mocks base method.
func (*MockValuesHelper) MergeGardenletConfiguration ¶
func (m *MockValuesHelper) MergeGardenletConfiguration(arg0 *v1alpha10.GardenletConfiguration) (*v1alpha10.GardenletConfiguration, error)
MergeGardenletConfiguration mocks base method.
func (*MockValuesHelper) MergeGardenletDeployment ¶
func (m *MockValuesHelper) MergeGardenletDeployment(arg0 *v1alpha1.GardenletDeployment) (*v1alpha1.GardenletDeployment, error)
MergeGardenletDeployment mocks base method.
type MockValuesHelperMockRecorder ¶
type MockValuesHelperMockRecorder struct {
// contains filtered or unexported fields
}
MockValuesHelperMockRecorder is the mock recorder for MockValuesHelper.
func (*MockValuesHelperMockRecorder) GetGardenletChartValues ¶
func (mr *MockValuesHelperMockRecorder) GetGardenletChartValues(arg0, arg1, arg2 any) *gomock.Call
GetGardenletChartValues indicates an expected call of GetGardenletChartValues.
func (*MockValuesHelperMockRecorder) MergeGardenletConfiguration ¶
func (mr *MockValuesHelperMockRecorder) MergeGardenletConfiguration(arg0 any) *gomock.Call
MergeGardenletConfiguration indicates an expected call of MergeGardenletConfiguration.
func (*MockValuesHelperMockRecorder) MergeGardenletDeployment ¶
func (mr *MockValuesHelperMockRecorder) MergeGardenletDeployment(arg0 any) *gomock.Call
MergeGardenletDeployment indicates an expected call of MergeGardenletDeployment.