core

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package core is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientFactory

type MockClientFactory struct {
	// contains filtered or unexported fields
}

MockClientFactory is a mock of ClientFactory interface.

func NewMockClientFactory

func NewMockClientFactory(ctrl *gomock.Controller) *MockClientFactory

NewMockClientFactory creates a new mock instance.

func (*MockClientFactory) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClientFactory) GetClient

func (m *MockClientFactory) GetClient(arg0 *v1.Secret) (client.Client, string, error)

GetClient mocks base method.

type MockClientFactoryMockRecorder

type MockClientFactoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientFactoryMockRecorder is the mock recorder for MockClientFactory.

func (*MockClientFactoryMockRecorder) GetClient

func (mr *MockClientFactoryMockRecorder) GetClient(arg0 interface{}) *gomock.Call

GetClient indicates an expected call of GetClient.

type MockServerVersionFactory

type MockServerVersionFactory struct {
	// contains filtered or unexported fields
}

MockServerVersionFactory is a mock of ServerVersionFactory interface.

func NewMockServerVersionFactory

func NewMockServerVersionFactory(ctrl *gomock.Controller) *MockServerVersionFactory

NewMockServerVersionFactory creates a new mock instance.

func (*MockServerVersionFactory) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServerVersionFactory) GetServerVersion

func (m *MockServerVersionFactory) GetServerVersion(arg0 *v1.Secret) (string, error)

GetServerVersion mocks base method.

type MockServerVersionFactoryMockRecorder

type MockServerVersionFactoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockServerVersionFactoryMockRecorder is the mock recorder for MockServerVersionFactory.

func (*MockServerVersionFactoryMockRecorder) GetServerVersion

func (mr *MockServerVersionFactoryMockRecorder) GetServerVersion(arg0 interface{}) *gomock.Call

GetServerVersion indicates an expected call of GetServerVersion.

type MockTimer

type MockTimer struct {
	// contains filtered or unexported fields
}

MockTimer is a mock of Timer interface.

func NewMockTimer

func NewMockTimer(ctrl *gomock.Controller) *MockTimer

NewMockTimer creates a new mock instance.

func (*MockTimer) EXPECT

func (m *MockTimer) EXPECT() *MockTimerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTimer) Now

func (m *MockTimer) Now() time.Time

Now mocks base method.

type MockTimerMockRecorder

type MockTimerMockRecorder struct {
	// contains filtered or unexported fields
}

MockTimerMockRecorder is the mock recorder for MockTimer.

func (*MockTimerMockRecorder) Now

func (mr *MockTimerMockRecorder) Now() *gomock.Call

Now indicates an expected call of Now.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL