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 MockInstaller ¶
type MockInstaller struct {
// contains filtered or unexported fields
}
MockInstaller is a mock of Installer interface.
func NewMockInstaller ¶
func NewMockInstaller(ctrl *gomock.Controller) *MockInstaller
NewMockInstaller creates a new mock instance.
func (*MockInstaller) EXPECT ¶
func (m *MockInstaller) EXPECT() *MockInstallerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInstaller) InstallElemental ¶
func (m *MockInstaller) InstallElemental(arg0 v1beta1.Config) error
InstallElemental mocks base method.
func (*MockInstaller) IsSystemInstalled ¶
func (m *MockInstaller) IsSystemInstalled() bool
IsSystemInstalled mocks base method.
type MockInstallerMockRecorder ¶
type MockInstallerMockRecorder struct {
// contains filtered or unexported fields
}
MockInstallerMockRecorder is the mock recorder for MockInstaller.
func (*MockInstallerMockRecorder) InstallElemental ¶
func (mr *MockInstallerMockRecorder) InstallElemental(arg0 interface{}) *gomock.Call
InstallElemental indicates an expected call of InstallElemental.
func (*MockInstallerMockRecorder) IsSystemInstalled ¶
func (mr *MockInstallerMockRecorder) IsSystemInstalled() *gomock.Call
IsSystemInstalled indicates an expected call of IsSystemInstalled.
Click to show internal directories.
Click to hide internal directories.