Documentation ¶
Overview ¶
Package mock_resolver is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFactoryInterface ¶
type MockFactoryInterface struct {
// contains filtered or unexported fields
}
MockFactoryInterface is a mock of FactoryInterface interface.
func NewMockFactoryInterface ¶
func NewMockFactoryInterface(ctrl *gomock.Controller) *MockFactoryInterface
NewMockFactoryInterface creates a new mock instance.
func (*MockFactoryInterface) EXPECT ¶
func (m *MockFactoryInterface) EXPECT() *MockFactoryInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockFactoryInterfaceMockRecorder ¶
type MockFactoryInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockFactoryInterfaceMockRecorder is the mock recorder for MockFactoryInterface.
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) FindPodByName ¶
func (m *MockInterface) FindPodByName(ctx context.Context, namespace, podName string) (*v1.Pod, int, error)
FindPodByName mocks base method.
func (*MockInterface) FindPodByServiceName ¶
func (m *MockInterface) FindPodByServiceName(ctx context.Context, namespace, serviceName string) (*v1.Pod, int, error)
FindPodByServiceName mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) FindPodByName ¶
func (mr *MockInterfaceMockRecorder) FindPodByName(ctx, namespace, podName any) *gomock.Call
FindPodByName indicates an expected call of FindPodByName.
func (*MockInterfaceMockRecorder) FindPodByServiceName ¶
func (mr *MockInterfaceMockRecorder) FindPodByServiceName(ctx, namespace, serviceName any) *gomock.Call
FindPodByServiceName indicates an expected call of FindPodByServiceName.