Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: antrea.io/antrea/pkg/controller/querier (interfaces: ControllerQuerier)
Generated by this command:
mockgen -copyright_file hack/boilerplate/license_header.raw.txt -destination pkg/controller/querier/testing/mock_querier.go -package testing antrea.io/antrea/pkg/controller/querier ControllerQuerier
Package testing is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockControllerQuerier ¶
type MockControllerQuerier struct {
// contains filtered or unexported fields
}
MockControllerQuerier is a mock of ControllerQuerier interface.
func NewMockControllerQuerier ¶
func NewMockControllerQuerier(ctrl *gomock.Controller) *MockControllerQuerier
NewMockControllerQuerier creates a new mock instance.
func (*MockControllerQuerier) EXPECT ¶
func (m *MockControllerQuerier) EXPECT() *MockControllerQuerierMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockControllerQuerier) GetControllerInfo ¶
func (m *MockControllerQuerier) GetControllerInfo(arg0 *v1beta1.AntreaControllerInfo, arg1 bool)
GetControllerInfo mocks base method.
type MockControllerQuerierMockRecorder ¶
type MockControllerQuerierMockRecorder struct {
// contains filtered or unexported fields
}
MockControllerQuerierMockRecorder is the mock recorder for MockControllerQuerier.
func (*MockControllerQuerierMockRecorder) GetControllerInfo ¶
func (mr *MockControllerQuerierMockRecorder) GetControllerInfo(arg0, arg1 any) *gomock.Call
GetControllerInfo indicates an expected call of GetControllerInfo.
Click to show internal directories.
Click to hide internal directories.