Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockValuesProvider
- func (m *MockValuesProvider) EXPECT() *MockValuesProviderMockRecorder
- func (m *MockValuesProvider) GetConfigChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster) (map[string]any, error)
- func (m *MockValuesProvider) GetControlPlaneChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster, ...) (map[string]any, error)
- func (m *MockValuesProvider) GetControlPlaneExposureChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster, ...) (map[string]any, error)
- func (m *MockValuesProvider) GetControlPlaneShootCRDsChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster) (map[string]any, error)
- func (m *MockValuesProvider) GetControlPlaneShootChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster, ...) (map[string]any, error)
- func (m *MockValuesProvider) GetStorageClassesChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster) (map[string]any, error)
- type MockValuesProviderMockRecorder
- func (mr *MockValuesProviderMockRecorder) GetConfigChartValues(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValuesProviderMockRecorder) GetControlPlaneChartValues(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call
- func (mr *MockValuesProviderMockRecorder) GetControlPlaneExposureChartValues(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
- func (mr *MockValuesProviderMockRecorder) GetControlPlaneShootCRDsChartValues(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockValuesProviderMockRecorder) GetControlPlaneShootChartValues(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
- func (mr *MockValuesProviderMockRecorder) GetStorageClassesChartValues(arg0, arg1, arg2 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 *extensions.Cluster) (map[string]any, error)
GetConfigChartValues mocks base method.
func (*MockValuesProvider) GetControlPlaneChartValues ¶
func (m *MockValuesProvider) GetControlPlaneChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster, arg3 manager.Reader, arg4 map[string]string, arg5 bool) (map[string]any, error)
GetControlPlaneChartValues mocks base method.
func (*MockValuesProvider) GetControlPlaneExposureChartValues ¶
func (m *MockValuesProvider) GetControlPlaneExposureChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster, arg3 manager.Reader, arg4 map[string]string) (map[string]any, error)
GetControlPlaneExposureChartValues mocks base method.
func (*MockValuesProvider) GetControlPlaneShootCRDsChartValues ¶ added in v1.19.0
func (m *MockValuesProvider) GetControlPlaneShootCRDsChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster) (map[string]any, error)
GetControlPlaneShootCRDsChartValues mocks base method.
func (*MockValuesProvider) GetControlPlaneShootChartValues ¶
func (m *MockValuesProvider) GetControlPlaneShootChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster, arg3 manager.Reader, arg4 map[string]string) (map[string]any, error)
GetControlPlaneShootChartValues mocks base method.
func (*MockValuesProvider) GetStorageClassesChartValues ¶
func (m *MockValuesProvider) GetStorageClassesChartValues(arg0 context.Context, arg1 *v1alpha1.ControlPlane, arg2 *extensions.Cluster) (map[string]any, error)
GetStorageClassesChartValues 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 any) *gomock.Call
GetConfigChartValues indicates an expected call of GetConfigChartValues.
func (*MockValuesProviderMockRecorder) GetControlPlaneChartValues ¶
func (mr *MockValuesProviderMockRecorder) GetControlPlaneChartValues(arg0, arg1, arg2, arg3, arg4, arg5 any) *gomock.Call
GetControlPlaneChartValues indicates an expected call of GetControlPlaneChartValues.
func (*MockValuesProviderMockRecorder) GetControlPlaneExposureChartValues ¶
func (mr *MockValuesProviderMockRecorder) GetControlPlaneExposureChartValues(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
GetControlPlaneExposureChartValues indicates an expected call of GetControlPlaneExposureChartValues.
func (*MockValuesProviderMockRecorder) GetControlPlaneShootCRDsChartValues ¶ added in v1.19.0
func (mr *MockValuesProviderMockRecorder) GetControlPlaneShootCRDsChartValues(arg0, arg1, arg2 any) *gomock.Call
GetControlPlaneShootCRDsChartValues indicates an expected call of GetControlPlaneShootCRDsChartValues.
func (*MockValuesProviderMockRecorder) GetControlPlaneShootChartValues ¶
func (mr *MockValuesProviderMockRecorder) GetControlPlaneShootChartValues(arg0, arg1, arg2, arg3, arg4 any) *gomock.Call
GetControlPlaneShootChartValues indicates an expected call of GetControlPlaneShootChartValues.
func (*MockValuesProviderMockRecorder) GetStorageClassesChartValues ¶
func (mr *MockValuesProviderMockRecorder) GetStorageClassesChartValues(arg0, arg1, arg2 any) *gomock.Call
GetStorageClassesChartValues indicates an expected call of GetStorageClassesChartValues.