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, arg2 v1beta1.NetworkConfig) error
- func (m *MockInstaller) ResetElemental(arg0 v1beta1.Config, arg1 register.State, arg2 v1beta1.NetworkConfig) error
- func (m *MockInstaller) ResetElementalNetwork() error
- func (m *MockInstaller) WriteLocalSystemAgentConfig(arg0 v1beta1.Elemental) error
- type MockInstallerMockRecorder
- func (mr *MockInstallerMockRecorder) InstallElemental(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockInstallerMockRecorder) ResetElemental(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockInstallerMockRecorder) ResetElementalNetwork() *gomock.Call
- func (mr *MockInstallerMockRecorder) WriteLocalSystemAgentConfig(arg0 any) *gomock.Call
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, arg1 register.State, arg2 v1beta1.NetworkConfig) error
InstallElemental mocks base method.
func (*MockInstaller) ResetElemental ¶ added in v1.3.1
func (m *MockInstaller) ResetElemental(arg0 v1beta1.Config, arg1 register.State, arg2 v1beta1.NetworkConfig) error
ResetElemental mocks base method.
func (*MockInstaller) ResetElementalNetwork ¶ added in v1.7.0
func (m *MockInstaller) ResetElementalNetwork() error
ResetElementalNetwork 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, arg2 any) *gomock.Call
InstallElemental indicates an expected call of InstallElemental.
func (*MockInstallerMockRecorder) ResetElemental ¶ added in v1.3.1
func (mr *MockInstallerMockRecorder) ResetElemental(arg0, arg1, arg2 any) *gomock.Call
ResetElemental indicates an expected call of ResetElemental.
func (*MockInstallerMockRecorder) ResetElementalNetwork ¶ added in v1.7.0
func (mr *MockInstallerMockRecorder) ResetElementalNetwork() *gomock.Call
ResetElementalNetwork indicates an expected call of ResetElementalNetwork.
func (*MockInstallerMockRecorder) WriteLocalSystemAgentConfig ¶ added in v1.4.0
func (mr *MockInstallerMockRecorder) WriteLocalSystemAgentConfig(arg0 any) *gomock.Call
WriteLocalSystemAgentConfig indicates an expected call of WriteLocalSystemAgentConfig.