mock_privatedns

package
v0.4.10 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mock_privatedns is a generated GoMock package.

Run go generate to regenerate this mock.

Package mock_privatedns is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockScope

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

MockScope is a mock of Scope interface.

func NewMockScope

func NewMockScope(ctrl *gomock.Controller) *MockScope

NewMockScope creates a new mock instance.

func (*MockScope) AdditionalTags

func (m *MockScope) AdditionalTags() v1alpha3.Tags

AdditionalTags mocks base method.

func (*MockScope) Authorizer

func (m *MockScope) Authorizer() autorest.Authorizer

Authorizer mocks base method.

func (*MockScope) BaseURI

func (m *MockScope) BaseURI() string

BaseURI mocks base method.

func (*MockScope) ClientID

func (m *MockScope) ClientID() string

ClientID mocks base method.

func (*MockScope) ClientSecret

func (m *MockScope) ClientSecret() string

ClientSecret mocks base method.

func (*MockScope) CloudEnvironment

func (m *MockScope) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockScope) ClusterName

func (m *MockScope) ClusterName() string

ClusterName mocks base method.

func (*MockScope) EXPECT

func (m *MockScope) EXPECT() *MockScopeMockRecorder

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

func (*MockScope) Enabled

func (m *MockScope) Enabled() bool

Enabled mocks base method.

func (*MockScope) Error

func (m *MockScope) Error(err error, msg string, keysAndValues ...interface{})

Error mocks base method.

func (*MockScope) Info

func (m *MockScope) Info(msg string, keysAndValues ...interface{})

Info mocks base method.

func (*MockScope) Location

func (m *MockScope) Location() string

Location mocks base method.

func (*MockScope) PrivateDNSSpec

func (m *MockScope) PrivateDNSSpec() *azure.PrivateDNSSpec

PrivateDNSSpec mocks base method.

func (*MockScope) ResourceGroup

func (m *MockScope) ResourceGroup() string

ResourceGroup mocks base method.

func (*MockScope) SubscriptionID

func (m *MockScope) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockScope) TenantID

func (m *MockScope) TenantID() string

TenantID mocks base method.

func (*MockScope) V

func (m *MockScope) V(level int) logr.InfoLogger

V mocks base method.

func (*MockScope) WithName

func (m *MockScope) WithName(name string) logr.Logger

WithName mocks base method.

func (*MockScope) WithValues

func (m *MockScope) WithValues(keysAndValues ...interface{}) logr.Logger

WithValues mocks base method.

type MockScopeMockRecorder

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

MockScopeMockRecorder is the mock recorder for MockScope.

func (*MockScopeMockRecorder) AdditionalTags

func (mr *MockScopeMockRecorder) AdditionalTags() *gomock.Call

AdditionalTags indicates an expected call of AdditionalTags.

func (*MockScopeMockRecorder) Authorizer

func (mr *MockScopeMockRecorder) Authorizer() *gomock.Call

Authorizer indicates an expected call of Authorizer.

func (*MockScopeMockRecorder) BaseURI

func (mr *MockScopeMockRecorder) BaseURI() *gomock.Call

BaseURI indicates an expected call of BaseURI.

func (*MockScopeMockRecorder) ClientID

func (mr *MockScopeMockRecorder) ClientID() *gomock.Call

ClientID indicates an expected call of ClientID.

func (*MockScopeMockRecorder) ClientSecret

func (mr *MockScopeMockRecorder) ClientSecret() *gomock.Call

ClientSecret indicates an expected call of ClientSecret.

func (*MockScopeMockRecorder) CloudEnvironment

func (mr *MockScopeMockRecorder) CloudEnvironment() *gomock.Call

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockScopeMockRecorder) ClusterName

func (mr *MockScopeMockRecorder) ClusterName() *gomock.Call

ClusterName indicates an expected call of ClusterName.

func (*MockScopeMockRecorder) Enabled

func (mr *MockScopeMockRecorder) Enabled() *gomock.Call

Enabled indicates an expected call of Enabled.

func (*MockScopeMockRecorder) Error

func (mr *MockScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call

Error indicates an expected call of Error.

func (*MockScopeMockRecorder) Info

func (mr *MockScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call

Info indicates an expected call of Info.

func (*MockScopeMockRecorder) Location

func (mr *MockScopeMockRecorder) Location() *gomock.Call

Location indicates an expected call of Location.

func (*MockScopeMockRecorder) PrivateDNSSpec

func (mr *MockScopeMockRecorder) PrivateDNSSpec() *gomock.Call

PrivateDNSSpec indicates an expected call of PrivateDNSSpec.

func (*MockScopeMockRecorder) ResourceGroup

func (mr *MockScopeMockRecorder) ResourceGroup() *gomock.Call

ResourceGroup indicates an expected call of ResourceGroup.

func (*MockScopeMockRecorder) SubscriptionID

func (mr *MockScopeMockRecorder) SubscriptionID() *gomock.Call

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockScopeMockRecorder) TenantID

func (mr *MockScopeMockRecorder) TenantID() *gomock.Call

TenantID indicates an expected call of TenantID.

func (*MockScopeMockRecorder) V

func (mr *MockScopeMockRecorder) V(level interface{}) *gomock.Call

V indicates an expected call of V.

func (*MockScopeMockRecorder) WithName

func (mr *MockScopeMockRecorder) WithName(name interface{}) *gomock.Call

WithName indicates an expected call of WithName.

func (*MockScopeMockRecorder) WithValues

func (mr *MockScopeMockRecorder) WithValues(keysAndValues ...interface{}) *gomock.Call

WithValues indicates an expected call of WithValues.

type Mockclient

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

Mockclient is a mock of client interface.

func NewMockclient

func NewMockclient(ctrl *gomock.Controller) *Mockclient

NewMockclient creates a new mock instance.

func (m *Mockclient) CreateOrUpdateLink(arg0 context.Context, arg1, arg2, arg3 string, arg4 privatedns.VirtualNetworkLink) error

CreateOrUpdateLink mocks base method.

func (*Mockclient) CreateOrUpdateRecordSet

func (m *Mockclient) CreateOrUpdateRecordSet(arg0 context.Context, arg1, arg2 string, arg3 privatedns.RecordType, arg4 string, arg5 privatedns.RecordSet) error

CreateOrUpdateRecordSet mocks base method.

func (*Mockclient) CreateOrUpdateZone

func (m *Mockclient) CreateOrUpdateZone(arg0 context.Context, arg1, arg2 string, arg3 privatedns.PrivateZone) error

CreateOrUpdateZone mocks base method.

func (m *Mockclient) DeleteLink(arg0 context.Context, arg1, arg2, arg3 string) error

DeleteLink mocks base method.

func (*Mockclient) DeleteRecordSet

func (m *Mockclient) DeleteRecordSet(arg0 context.Context, arg1, arg2 string, arg3 privatedns.RecordType, arg4 string) error

DeleteRecordSet mocks base method.

func (*Mockclient) DeleteZone

func (m *Mockclient) DeleteZone(arg0 context.Context, arg1, arg2 string) error

DeleteZone mocks base method.

func (*Mockclient) EXPECT

func (m *Mockclient) EXPECT() *MockclientMockRecorder

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

type MockclientMockRecorder

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

MockclientMockRecorder is the mock recorder for Mockclient.

func (mr *MockclientMockRecorder) CreateOrUpdateLink(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

CreateOrUpdateLink indicates an expected call of CreateOrUpdateLink.

func (*MockclientMockRecorder) CreateOrUpdateRecordSet

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

CreateOrUpdateRecordSet indicates an expected call of CreateOrUpdateRecordSet.

func (*MockclientMockRecorder) CreateOrUpdateZone

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

CreateOrUpdateZone indicates an expected call of CreateOrUpdateZone.

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

DeleteLink indicates an expected call of DeleteLink.

func (*MockclientMockRecorder) DeleteRecordSet

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

DeleteRecordSet indicates an expected call of DeleteRecordSet.

func (*MockclientMockRecorder) DeleteZone

func (mr *MockclientMockRecorder) DeleteZone(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteZone indicates an expected call of DeleteZone.

Jump to

Keyboard shortcuts

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