Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockInstaller
- func (m *MockInstaller) EXPECT() *MockInstallerMockRecorder
- func (m *MockInstaller) InstallElemental(arg0 v1beta1.Config, arg1 register.State) error
- func (m *MockInstaller) ResetElemental(arg0 v1beta1.Config, arg1 register.State) error
- func (m *MockInstaller) WriteLocalSystemAgentConfig(arg0 v1beta1.Elemental) error
- type MockInstallerMockRecorder
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 ¶
InstallElemental mocks base method.
func (*MockInstaller) ResetElemental ¶ added in v1.3.1
ResetElemental mocks base method.
func (*MockInstaller) WriteLocalSystemAgentConfig ¶ added in v1.4.0
func (m *MockInstaller) WriteLocalSystemAgentConfig(arg0 v1beta1.Elemental) error
WriteLocalSystemAgentConfig 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, arg1 any) *gomock.Call
InstallElemental indicates an expected call of InstallElemental.
func (*MockInstallerMockRecorder) ResetElemental ¶ added in v1.3.1
func (mr *MockInstallerMockRecorder) ResetElemental(arg0, arg1 any) *gomock.Call
ResetElemental indicates an expected call of ResetElemental.
func (*MockInstallerMockRecorder) WriteLocalSystemAgentConfig ¶ added in v1.4.0
func (mr *MockInstallerMockRecorder) WriteLocalSystemAgentConfig(arg0 any) *gomock.Call
WriteLocalSystemAgentConfig indicates an expected call of WriteLocalSystemAgentConfig.
Click to show internal directories.
Click to hide internal directories.