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) GetENIConfigName ¶ added in v1.10.0
GetENIConfigName mocks base method.
func (*MockENIConfig) MyENIConfig ¶
func (m *MockENIConfig) MyENIConfig(arg0 client.Client) (*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) GetENIConfigName ¶ added in v1.10.0
func (mr *MockENIConfigMockRecorder) GetENIConfigName(arg0, arg1 interface{}) *gomock.Call
GetENIConfigName indicates an expected call of GetENIConfigName.
func (*MockENIConfigMockRecorder) MyENIConfig ¶
func (mr *MockENIConfigMockRecorder) MyENIConfig(arg0 interface{}) *gomock.Call
MyENIConfig indicates an expected call of MyENIConfig.
Click to show internal directories.
Click to hide internal directories.