client

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2021 License: Apache-2.0, MIT Imports: 6 Imported by: 0

Documentation

Overview

Package client is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDNSClient

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

MockDNSClient is a mock of DNSClient interface.

func NewMockDNSClient

func NewMockDNSClient(ctrl *gomock.Controller) *MockDNSClient

NewMockDNSClient creates a new mock instance.

func (*MockDNSClient) CreateOrUpdateRecordSet

func (m *MockDNSClient) CreateOrUpdateRecordSet(arg0 context.Context, arg1, arg2, arg3 string, arg4 []string, arg5 int64) error

CreateOrUpdateRecordSet mocks base method.

func (*MockDNSClient) DeleteRecordSet

func (m *MockDNSClient) DeleteRecordSet(arg0 context.Context, arg1, arg2, arg3 string) error

DeleteRecordSet mocks base method.

func (*MockDNSClient) EXPECT

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

func (*MockDNSClient) GetManagedZones

func (m *MockDNSClient) GetManagedZones(arg0 context.Context) (map[string]string, error)

GetManagedZones mocks base method.

type MockDNSClientMockRecorder

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

MockDNSClientMockRecorder is the mock recorder for MockDNSClient.

func (*MockDNSClientMockRecorder) CreateOrUpdateRecordSet

func (mr *MockDNSClientMockRecorder) CreateOrUpdateRecordSet(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

CreateOrUpdateRecordSet indicates an expected call of CreateOrUpdateRecordSet.

func (*MockDNSClientMockRecorder) DeleteRecordSet

func (mr *MockDNSClientMockRecorder) DeleteRecordSet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DeleteRecordSet indicates an expected call of DeleteRecordSet.

func (*MockDNSClientMockRecorder) GetManagedZones

func (mr *MockDNSClientMockRecorder) GetManagedZones(arg0 interface{}) *gomock.Call

GetManagedZones indicates an expected call of GetManagedZones.

type MockFactory

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

MockFactory is a mock of Factory interface.

func NewMockFactory

func NewMockFactory(ctrl *gomock.Controller) *MockFactory

NewMockFactory creates a new mock instance.

func (*MockFactory) EXPECT

func (m *MockFactory) EXPECT() *MockFactoryMockRecorder

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

func (*MockFactory) NewDNSClient

func (m *MockFactory) NewDNSClient(arg0 context.Context, arg1 client0.Client, arg2 v1.SecretReference) (client.DNSClient, error)

NewDNSClient mocks base method.

func (*MockFactory) NewStorageClient

func (m *MockFactory) NewStorageClient(arg0 context.Context, arg1 client0.Client, arg2 v1.SecretReference) (client.StorageClient, error)

NewStorageClient mocks base method.

type MockFactoryMockRecorder

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

MockFactoryMockRecorder is the mock recorder for MockFactory.

func (*MockFactoryMockRecorder) NewDNSClient

func (mr *MockFactoryMockRecorder) NewDNSClient(arg0, arg1, arg2 interface{}) *gomock.Call

NewDNSClient indicates an expected call of NewDNSClient.

func (*MockFactoryMockRecorder) NewStorageClient

func (mr *MockFactoryMockRecorder) NewStorageClient(arg0, arg1, arg2 interface{}) *gomock.Call

NewStorageClient indicates an expected call of NewStorageClient.

Jump to

Keyboard shortcuts

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