Documentation
¶
Overview ¶
Package fake is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) GetAllValues() (map[string]interface{}, error)
- func (m *MockInterface) GetConfiguration() *types.HelmConfigurationSpec
- func (m *MockInterface) GetNamespace() string
- func (m *MockInterface) GetStatus() (*release.Release, error)
- func (m *MockInterface) GetValues() map[string]interface{}
- func (m *MockInterface) Install() error
- func (m *MockInterface) IsDeployed() (bool, error)
- func (m *MockInterface) ReadValuesFile() error
- func (m *MockInterface) SetConfiguration(arg0 *types.HelmConfigurationSpec)
- func (m *MockInterface) SetKubernetesBackendType(arg0 types.KubernetesBackendType)
- func (m *MockInterface) SetNamespace(arg0 string) error
- func (m *MockInterface) SetPersistanceVolumeClaimName(arg0 string)
- func (m *MockInterface) SetValues(arg0 map[string]interface{})
- func (m *MockInterface) Uninstall() error
- func (m *MockInterface) Upgrade() error
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) GetAllValues() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetConfiguration() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetNamespace() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetStatus() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetValues() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Install() *gomock.Call
- func (mr *MockInterfaceMockRecorder) IsDeployed() *gomock.Call
- func (mr *MockInterfaceMockRecorder) ReadValuesFile() *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetKubernetesBackendType(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetNamespace(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetPersistanceVolumeClaimName(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) SetValues(arg0 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) Uninstall() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Upgrade() *gomock.Call
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) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) GetAllValues ¶
func (m *MockInterface) GetAllValues() (map[string]interface{}, error)
GetAllValues mocks base method.
func (*MockInterface) GetConfiguration ¶
func (m *MockInterface) GetConfiguration() *types.HelmConfigurationSpec
GetConfiguration mocks base method.
func (*MockInterface) GetNamespace ¶
func (m *MockInterface) GetNamespace() string
GetNamespace mocks base method.
func (*MockInterface) GetStatus ¶
func (m *MockInterface) GetStatus() (*release.Release, error)
GetStatus mocks base method.
func (*MockInterface) GetValues ¶
func (m *MockInterface) GetValues() map[string]interface{}
GetValues mocks base method.
func (*MockInterface) IsDeployed ¶
func (m *MockInterface) IsDeployed() (bool, error)
IsDeployed mocks base method.
func (*MockInterface) ReadValuesFile ¶
func (m *MockInterface) ReadValuesFile() error
ReadValuesFile mocks base method.
func (*MockInterface) SetConfiguration ¶
func (m *MockInterface) SetConfiguration(arg0 *types.HelmConfigurationSpec)
SetConfiguration mocks base method.
func (*MockInterface) SetKubernetesBackendType ¶
func (m *MockInterface) SetKubernetesBackendType(arg0 types.KubernetesBackendType)
SetKubernetesBackendType mocks base method.
func (*MockInterface) SetNamespace ¶
func (m *MockInterface) SetNamespace(arg0 string) error
SetNamespace mocks base method.
func (*MockInterface) SetPersistanceVolumeClaimName ¶
func (m *MockInterface) SetPersistanceVolumeClaimName(arg0 string)
SetPersistanceVolumeClaimName mocks base method.
func (*MockInterface) SetValues ¶
func (m *MockInterface) SetValues(arg0 map[string]interface{})
SetValues mocks base method.
func (*MockInterface) Uninstall ¶
func (m *MockInterface) Uninstall() error
Uninstall mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) GetAllValues ¶
func (mr *MockInterfaceMockRecorder) GetAllValues() *gomock.Call
GetAllValues indicates an expected call of GetAllValues.
func (*MockInterfaceMockRecorder) GetConfiguration ¶
func (mr *MockInterfaceMockRecorder) GetConfiguration() *gomock.Call
GetConfiguration indicates an expected call of GetConfiguration.
func (*MockInterfaceMockRecorder) GetNamespace ¶
func (mr *MockInterfaceMockRecorder) GetNamespace() *gomock.Call
GetNamespace indicates an expected call of GetNamespace.
func (*MockInterfaceMockRecorder) GetStatus ¶
func (mr *MockInterfaceMockRecorder) GetStatus() *gomock.Call
GetStatus indicates an expected call of GetStatus.
func (*MockInterfaceMockRecorder) GetValues ¶
func (mr *MockInterfaceMockRecorder) GetValues() *gomock.Call
GetValues indicates an expected call of GetValues.
func (*MockInterfaceMockRecorder) Install ¶
func (mr *MockInterfaceMockRecorder) Install() *gomock.Call
Install indicates an expected call of Install.
func (*MockInterfaceMockRecorder) IsDeployed ¶
func (mr *MockInterfaceMockRecorder) IsDeployed() *gomock.Call
IsDeployed indicates an expected call of IsDeployed.
func (*MockInterfaceMockRecorder) ReadValuesFile ¶
func (mr *MockInterfaceMockRecorder) ReadValuesFile() *gomock.Call
ReadValuesFile indicates an expected call of ReadValuesFile.
func (*MockInterfaceMockRecorder) SetConfiguration ¶
func (mr *MockInterfaceMockRecorder) SetConfiguration(arg0 interface{}) *gomock.Call
SetConfiguration indicates an expected call of SetConfiguration.
func (*MockInterfaceMockRecorder) SetKubernetesBackendType ¶
func (mr *MockInterfaceMockRecorder) SetKubernetesBackendType(arg0 interface{}) *gomock.Call
SetKubernetesBackendType indicates an expected call of SetKubernetesBackendType.
func (*MockInterfaceMockRecorder) SetNamespace ¶
func (mr *MockInterfaceMockRecorder) SetNamespace(arg0 interface{}) *gomock.Call
SetNamespace indicates an expected call of SetNamespace.
func (*MockInterfaceMockRecorder) SetPersistanceVolumeClaimName ¶
func (mr *MockInterfaceMockRecorder) SetPersistanceVolumeClaimName(arg0 interface{}) *gomock.Call
SetPersistanceVolumeClaimName indicates an expected call of SetPersistanceVolumeClaimName.
func (*MockInterfaceMockRecorder) SetValues ¶
func (mr *MockInterfaceMockRecorder) SetValues(arg0 interface{}) *gomock.Call
SetValues indicates an expected call of SetValues.
func (*MockInterfaceMockRecorder) Uninstall ¶
func (mr *MockInterfaceMockRecorder) Uninstall() *gomock.Call
Uninstall indicates an expected call of Uninstall.
func (*MockInterfaceMockRecorder) Upgrade ¶
func (mr *MockInterfaceMockRecorder) Upgrade() *gomock.Call
Upgrade indicates an expected call of Upgrade.