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 MockConfigurator ¶
type MockConfigurator struct {
// contains filtered or unexported fields
}
MockConfigurator is a mock of Configurator interface.
func NewMockConfigurator ¶
func NewMockConfigurator(ctrl *gomock.Controller) *MockConfigurator
NewMockConfigurator creates a new mock instance.
func (*MockConfigurator) EXPECT ¶
func (m *MockConfigurator) EXPECT() *MockConfiguratorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConfigurator) GetNetworkConfigApplicator ¶
func (m *MockConfigurator) GetNetworkConfigApplicator(arg0 v1beta1.NetworkConfig) (schema.YipConfig, error)
GetNetworkConfigApplicator mocks base method.
func (*MockConfigurator) ResetNetworkConfig ¶
func (m *MockConfigurator) ResetNetworkConfig() error
ResetNetworkConfig mocks base method.
type MockConfiguratorMockRecorder ¶
type MockConfiguratorMockRecorder struct {
// contains filtered or unexported fields
}
MockConfiguratorMockRecorder is the mock recorder for MockConfigurator.
func (*MockConfiguratorMockRecorder) GetNetworkConfigApplicator ¶
func (mr *MockConfiguratorMockRecorder) GetNetworkConfigApplicator(arg0 any) *gomock.Call
GetNetworkConfigApplicator indicates an expected call of GetNetworkConfigApplicator.
func (*MockConfiguratorMockRecorder) ResetNetworkConfig ¶
func (mr *MockConfiguratorMockRecorder) ResetNetworkConfig() *gomock.Call
ResetNetworkConfig indicates an expected call of ResetNetworkConfig.
Click to show internal directories.
Click to hide internal directories.