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 MockFQDNCache ¶
type MockFQDNCache struct {
// contains filtered or unexported fields
}
MockFQDNCache is a mock of FQDNCache interface.
func NewMockFQDNCache ¶
func NewMockFQDNCache(ctrl *gomock.Controller) *MockFQDNCache
NewMockFQDNCache creates a new mock instance.
func (*MockFQDNCache) EXPECT ¶
func (m *MockFQDNCache) EXPECT() *MockFQDNCacheMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFQDNCache) GetSetsForFQDN ¶
func (m *MockFQDNCache) GetSetsForFQDN(arg0 v1.FQDNSelector, arg1 []v1.IPSet) []v1.IPSet
GetSetsForFQDN mocks base method.
func (*MockFQDNCache) GetSetsForRendering ¶
func (m *MockFQDNCache) GetSetsForRendering(arg0 []v1.FQDNSelector) []dns.RenderIPSet
GetSetsForRendering mocks base method.
func (*MockFQDNCache) IsInitialized ¶
func (m *MockFQDNCache) IsInitialized() bool
IsInitialized mocks base method.
type MockFQDNCacheMockRecorder ¶
type MockFQDNCacheMockRecorder struct {
// contains filtered or unexported fields
}
MockFQDNCacheMockRecorder is the mock recorder for MockFQDNCache.
func (*MockFQDNCacheMockRecorder) GetSetsForFQDN ¶
func (mr *MockFQDNCacheMockRecorder) GetSetsForFQDN(arg0, arg1 interface{}) *gomock.Call
GetSetsForFQDN indicates an expected call of GetSetsForFQDN.
func (*MockFQDNCacheMockRecorder) GetSetsForRendering ¶
func (mr *MockFQDNCacheMockRecorder) GetSetsForRendering(arg0 interface{}) *gomock.Call
GetSetsForRendering indicates an expected call of GetSetsForRendering.
func (*MockFQDNCacheMockRecorder) IsInitialized ¶
func (mr *MockFQDNCacheMockRecorder) IsInitialized() *gomock.Call
IsInitialized indicates an expected call of IsInitialized.
Click to show internal directories.
Click to hide internal directories.