Documentation ¶
Overview ¶
Package externaldns is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DnsEndpointManager ¶
type DnsEndpointManager interface {
Create(ctx context.Context, service *latticemodel.Service) error
}
type MockDnsEndpointManager ¶
type MockDnsEndpointManager struct {
// contains filtered or unexported fields
}
MockDnsEndpointManager is a mock of DnsEndpointManager interface.
func NewMockDnsEndpointManager ¶
func NewMockDnsEndpointManager(ctrl *gomock.Controller) *MockDnsEndpointManager
NewMockDnsEndpointManager creates a new mock instance.
func (*MockDnsEndpointManager) EXPECT ¶
func (m *MockDnsEndpointManager) EXPECT() *MockDnsEndpointManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDnsEndpointManagerMockRecorder ¶
type MockDnsEndpointManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockDnsEndpointManagerMockRecorder is the mock recorder for MockDnsEndpointManager.
func (*MockDnsEndpointManagerMockRecorder) Create ¶
func (mr *MockDnsEndpointManagerMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
Create indicates an expected call of Create.
Click to show internal directories.
Click to hide internal directories.