Documentation
¶
Overview ¶
Package genericactuator is a generated GoMock package.
Index ¶
- type MockChartRendererFactory
- type MockChartRendererFactoryMockRecorder
- type MockValuesProvider
- func (m *MockValuesProvider) EXPECT() *MockValuesProviderMockRecorder
- func (m *MockValuesProvider) GetConfigChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *controller.Cluster) (map[string]interface{}, error)
- func (m *MockValuesProvider) GetControlPlaneChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *controller.Cluster, ...) (map[string]interface{}, error)
- func (m *MockValuesProvider) GetControlPlaneShootChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *controller.Cluster) (map[string]interface{}, error)
- type MockValuesProviderMockRecorder
- func (mr *MockValuesProviderMockRecorder) GetConfigChartValues(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockValuesProviderMockRecorder) GetControlPlaneChartValues(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockValuesProviderMockRecorder) GetControlPlaneShootChartValues(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChartRendererFactory ¶
type MockChartRendererFactory struct {
// contains filtered or unexported fields
}
MockChartRendererFactory is a mock of ChartRendererFactory interface
func NewMockChartRendererFactory ¶
func NewMockChartRendererFactory(ctrl *gomock.Controller) *MockChartRendererFactory
NewMockChartRendererFactory creates a new mock instance
func (*MockChartRendererFactory) EXPECT ¶
func (m *MockChartRendererFactory) EXPECT() *MockChartRendererFactoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockChartRendererFactory) NewChartRendererForShoot ¶
func (m *MockChartRendererFactory) NewChartRendererForShoot(arg0 string) (chartrenderer.Interface, error)
NewChartRendererForShoot mocks base method
type MockChartRendererFactoryMockRecorder ¶
type MockChartRendererFactoryMockRecorder struct {
// contains filtered or unexported fields
}
MockChartRendererFactoryMockRecorder is the mock recorder for MockChartRendererFactory
func (*MockChartRendererFactoryMockRecorder) NewChartRendererForShoot ¶
func (mr *MockChartRendererFactoryMockRecorder) NewChartRendererForShoot(arg0 interface{}) *gomock.Call
NewChartRendererForShoot indicates an expected call of NewChartRendererForShoot
type MockValuesProvider ¶
type MockValuesProvider struct {
// contains filtered or unexported fields
}
MockValuesProvider is a mock of ValuesProvider interface
func NewMockValuesProvider ¶
func NewMockValuesProvider(ctrl *gomock.Controller) *MockValuesProvider
NewMockValuesProvider creates a new mock instance
func (*MockValuesProvider) EXPECT ¶
func (m *MockValuesProvider) EXPECT() *MockValuesProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockValuesProvider) GetConfigChartValues ¶
func (m *MockValuesProvider) GetConfigChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *controller.Cluster) (map[string]interface{}, error)
GetConfigChartValues mocks base method
func (*MockValuesProvider) GetControlPlaneChartValues ¶
func (m *MockValuesProvider) GetControlPlaneChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *controller.Cluster, arg3 map[string]string, arg4 bool) (map[string]interface{}, error)
GetControlPlaneChartValues mocks base method
func (*MockValuesProvider) GetControlPlaneShootChartValues ¶
func (m *MockValuesProvider) GetControlPlaneShootChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *controller.Cluster) (map[string]interface{}, error)
GetControlPlaneShootChartValues mocks base method
type MockValuesProviderMockRecorder ¶
type MockValuesProviderMockRecorder struct {
// contains filtered or unexported fields
}
MockValuesProviderMockRecorder is the mock recorder for MockValuesProvider
func (*MockValuesProviderMockRecorder) GetConfigChartValues ¶
func (mr *MockValuesProviderMockRecorder) GetConfigChartValues(arg0, arg1, arg2 interface{}) *gomock.Call
GetConfigChartValues indicates an expected call of GetConfigChartValues
func (*MockValuesProviderMockRecorder) GetControlPlaneChartValues ¶
func (mr *MockValuesProviderMockRecorder) GetControlPlaneChartValues(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
GetControlPlaneChartValues indicates an expected call of GetControlPlaneChartValues
func (*MockValuesProviderMockRecorder) GetControlPlaneShootChartValues ¶
func (mr *MockValuesProviderMockRecorder) GetControlPlaneShootChartValues(arg0, arg1, arg2 interface{}) *gomock.Call
GetControlPlaneShootChartValues indicates an expected call of GetControlPlaneShootChartValues