mock_networkinterfaces

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_networkinterfaces is a generated GoMock package.

Run go generate to regenerate this mock.

Package mock_networkinterfaces is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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 (*MockClient) CreateOrUpdate

func (m *MockClient) CreateOrUpdate(arg0 context.Context, arg1, arg2 string, arg3 network.Interface) error

CreateOrUpdate mocks base method.

func (*MockClient) Delete

func (m *MockClient) Delete(arg0 context.Context, arg1, arg2 string) error

Delete mocks base method.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

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

func (*MockClient) Get

func (m *MockClient) Get(arg0 context.Context, arg1, arg2 string) (network.Interface, error)

Get mocks base method.

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) CreateOrUpdate

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

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockClientMockRecorder) Delete

func (mr *MockClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockClientMockRecorder) Get

func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockNICScope

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

MockNICScope is a mock of NICScope interface.

func NewMockNICScope

func NewMockNICScope(ctrl *gomock.Controller) *MockNICScope

NewMockNICScope creates a new mock instance.

func (*MockNICScope) AdditionalTags

func (m *MockNICScope) AdditionalTags() v1beta1.Tags

AdditionalTags mocks base method.

func (*MockNICScope) Authorizer

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

Authorizer mocks base method.

func (*MockNICScope) AvailabilitySetEnabled

func (m *MockNICScope) AvailabilitySetEnabled() bool

AvailabilitySetEnabled mocks base method.

func (*MockNICScope) BaseURI

func (m *MockNICScope) BaseURI() string

BaseURI mocks base method.

func (*MockNICScope) ClientID

func (m *MockNICScope) ClientID() string

ClientID mocks base method.

func (*MockNICScope) ClientSecret

func (m *MockNICScope) ClientSecret() string

ClientSecret mocks base method.

func (*MockNICScope) CloudEnvironment

func (m *MockNICScope) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockNICScope) CloudProviderConfigOverrides

func (m *MockNICScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides

CloudProviderConfigOverrides mocks base method.

func (*MockNICScope) ClusterName

func (m *MockNICScope) ClusterName() string

ClusterName mocks base method.

func (*MockNICScope) EXPECT

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

func (*MockNICScope) FailureDomains added in v0.5.3

func (m *MockNICScope) FailureDomains() []string

FailureDomains mocks base method.

func (*MockNICScope) HashKey

func (m *MockNICScope) HashKey() string

HashKey mocks base method.

func (*MockNICScope) Location

func (m *MockNICScope) Location() string

Location mocks base method.

func (*MockNICScope) NICSpecs

func (m *MockNICScope) NICSpecs() []azure.NICSpec

NICSpecs mocks base method.

func (*MockNICScope) ResourceGroup

func (m *MockNICScope) ResourceGroup() string

ResourceGroup mocks base method.

func (*MockNICScope) SubscriptionID

func (m *MockNICScope) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockNICScope) TenantID

func (m *MockNICScope) TenantID() string

TenantID mocks base method.

type MockNICScopeMockRecorder

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

MockNICScopeMockRecorder is the mock recorder for MockNICScope.

func (*MockNICScopeMockRecorder) AdditionalTags

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

AdditionalTags indicates an expected call of AdditionalTags.

func (*MockNICScopeMockRecorder) Authorizer

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

Authorizer indicates an expected call of Authorizer.

func (*MockNICScopeMockRecorder) AvailabilitySetEnabled

func (mr *MockNICScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call

AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.

func (*MockNICScopeMockRecorder) BaseURI

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

BaseURI indicates an expected call of BaseURI.

func (*MockNICScopeMockRecorder) ClientID

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

ClientID indicates an expected call of ClientID.

func (*MockNICScopeMockRecorder) ClientSecret

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

ClientSecret indicates an expected call of ClientSecret.

func (*MockNICScopeMockRecorder) CloudEnvironment

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

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockNICScopeMockRecorder) CloudProviderConfigOverrides

func (mr *MockNICScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call

CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.

func (*MockNICScopeMockRecorder) ClusterName

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

ClusterName indicates an expected call of ClusterName.

func (*MockNICScopeMockRecorder) FailureDomains added in v0.5.3

func (mr *MockNICScopeMockRecorder) FailureDomains() *gomock.Call

FailureDomains indicates an expected call of FailureDomains.

func (*MockNICScopeMockRecorder) HashKey

func (mr *MockNICScopeMockRecorder) HashKey() *gomock.Call

HashKey indicates an expected call of HashKey.

func (*MockNICScopeMockRecorder) Location

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

Location indicates an expected call of Location.

func (*MockNICScopeMockRecorder) NICSpecs

func (mr *MockNICScopeMockRecorder) NICSpecs() *gomock.Call

NICSpecs indicates an expected call of NICSpecs.

func (*MockNICScopeMockRecorder) ResourceGroup

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

ResourceGroup indicates an expected call of ResourceGroup.

func (*MockNICScopeMockRecorder) SubscriptionID

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

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockNICScopeMockRecorder) TenantID

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

TenantID indicates an expected call of TenantID.

Jump to

Keyboard shortcuts

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