Documentation ¶
Overview ¶
Package mock_eniconfig is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockENIConfig ¶
type MockENIConfig struct {
// contains filtered or unexported fields
}
MockENIConfig is a mock of ENIConfig interface
func NewMockENIConfig ¶
func NewMockENIConfig(ctrl *gomock.Controller) *MockENIConfig
NewMockENIConfig creates a new mock instance
func (*MockENIConfig) EXPECT ¶
func (m *MockENIConfig) EXPECT() *MockENIConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockENIConfig) Getter ¶
func (m *MockENIConfig) Getter() *eniconfig.ENIConfigInfo
Getter mocks base method
func (*MockENIConfig) MyENIConfig ¶
func (m *MockENIConfig) MyENIConfig() (*v1alpha1.ENIConfigSpec, error)
MyENIConfig mocks base method
type MockENIConfigMockRecorder ¶
type MockENIConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockENIConfigMockRecorder is the mock recorder for MockENIConfig
func (*MockENIConfigMockRecorder) Getter ¶
func (mr *MockENIConfigMockRecorder) Getter() *gomock.Call
Getter indicates an expected call of Getter
func (*MockENIConfigMockRecorder) MyENIConfig ¶
func (mr *MockENIConfigMockRecorder) MyENIConfig() *gomock.Call
MyENIConfig indicates an expected call of MyENIConfig
Click to show internal directories.
Click to hide internal directories.