mock_vmextensions

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mock_vmextensions is a generated GoMock package.

Run go generate to regenerate this mock.

Package mock_vmextensions is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockVMExtensionScope

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

MockVMExtensionScope is a mock of VMExtensionScope interface.

func NewMockVMExtensionScope

func NewMockVMExtensionScope(ctrl *gomock.Controller) *MockVMExtensionScope

NewMockVMExtensionScope creates a new mock instance.

func (*MockVMExtensionScope) AdditionalTags

func (m *MockVMExtensionScope) AdditionalTags() v1alpha4.Tags

AdditionalTags mocks base method.

func (*MockVMExtensionScope) Authorizer

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

Authorizer mocks base method.

func (*MockVMExtensionScope) AvailabilitySetEnabled

func (m *MockVMExtensionScope) AvailabilitySetEnabled() bool

AvailabilitySetEnabled mocks base method.

func (*MockVMExtensionScope) BaseURI

func (m *MockVMExtensionScope) BaseURI() string

BaseURI mocks base method.

func (*MockVMExtensionScope) ClientID

func (m *MockVMExtensionScope) ClientID() string

ClientID mocks base method.

func (*MockVMExtensionScope) ClientSecret

func (m *MockVMExtensionScope) ClientSecret() string

ClientSecret mocks base method.

func (*MockVMExtensionScope) CloudEnvironment

func (m *MockVMExtensionScope) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockVMExtensionScope) CloudProviderConfigOverrides

func (m *MockVMExtensionScope) CloudProviderConfigOverrides() *v1alpha4.CloudProviderConfigOverrides

CloudProviderConfigOverrides mocks base method.

func (*MockVMExtensionScope) ClusterName

func (m *MockVMExtensionScope) ClusterName() string

ClusterName mocks base method.

func (*MockVMExtensionScope) EXPECT

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

func (*MockVMExtensionScope) Enabled

func (m *MockVMExtensionScope) Enabled() bool

Enabled mocks base method.

func (*MockVMExtensionScope) Error

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

Error mocks base method.

func (*MockVMExtensionScope) HashKey

func (m *MockVMExtensionScope) HashKey() string

HashKey mocks base method.

func (*MockVMExtensionScope) Info

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

Info mocks base method.

func (*MockVMExtensionScope) Location

func (m *MockVMExtensionScope) Location() string

Location mocks base method.

func (*MockVMExtensionScope) ResourceGroup

func (m *MockVMExtensionScope) ResourceGroup() string

ResourceGroup mocks base method.

func (*MockVMExtensionScope) SetBootstrapConditions

func (m *MockVMExtensionScope) SetBootstrapConditions(arg0, arg1 string) error

SetBootstrapConditions mocks base method.

func (*MockVMExtensionScope) SubscriptionID

func (m *MockVMExtensionScope) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockVMExtensionScope) TenantID

func (m *MockVMExtensionScope) TenantID() string

TenantID mocks base method.

func (*MockVMExtensionScope) V

func (m *MockVMExtensionScope) V(level int) logr.Logger

V mocks base method.

func (*MockVMExtensionScope) VMExtensionSpecs

func (m *MockVMExtensionScope) VMExtensionSpecs() []azure.VMExtensionSpec

VMExtensionSpecs mocks base method.

func (*MockVMExtensionScope) WithName

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

WithName mocks base method.

func (*MockVMExtensionScope) WithValues

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

WithValues mocks base method.

type MockVMExtensionScopeMockRecorder

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

MockVMExtensionScopeMockRecorder is the mock recorder for MockVMExtensionScope.

func (*MockVMExtensionScopeMockRecorder) AdditionalTags

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

AdditionalTags indicates an expected call of AdditionalTags.

func (*MockVMExtensionScopeMockRecorder) Authorizer

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

Authorizer indicates an expected call of Authorizer.

func (*MockVMExtensionScopeMockRecorder) AvailabilitySetEnabled

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

AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.

func (*MockVMExtensionScopeMockRecorder) BaseURI

BaseURI indicates an expected call of BaseURI.

func (*MockVMExtensionScopeMockRecorder) ClientID

ClientID indicates an expected call of ClientID.

func (*MockVMExtensionScopeMockRecorder) ClientSecret

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

ClientSecret indicates an expected call of ClientSecret.

func (*MockVMExtensionScopeMockRecorder) CloudEnvironment

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

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockVMExtensionScopeMockRecorder) CloudProviderConfigOverrides

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

CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.

func (*MockVMExtensionScopeMockRecorder) ClusterName

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

ClusterName indicates an expected call of ClusterName.

func (*MockVMExtensionScopeMockRecorder) Enabled

Enabled indicates an expected call of Enabled.

func (*MockVMExtensionScopeMockRecorder) Error

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

Error indicates an expected call of Error.

func (*MockVMExtensionScopeMockRecorder) HashKey

HashKey indicates an expected call of HashKey.

func (*MockVMExtensionScopeMockRecorder) Info

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

Info indicates an expected call of Info.

func (*MockVMExtensionScopeMockRecorder) Location

Location indicates an expected call of Location.

func (*MockVMExtensionScopeMockRecorder) ResourceGroup

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

ResourceGroup indicates an expected call of ResourceGroup.

func (*MockVMExtensionScopeMockRecorder) SetBootstrapConditions

func (mr *MockVMExtensionScopeMockRecorder) SetBootstrapConditions(arg0, arg1 interface{}) *gomock.Call

SetBootstrapConditions indicates an expected call of SetBootstrapConditions.

func (*MockVMExtensionScopeMockRecorder) SubscriptionID

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

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockVMExtensionScopeMockRecorder) TenantID

TenantID indicates an expected call of TenantID.

func (*MockVMExtensionScopeMockRecorder) V

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

V indicates an expected call of V.

func (*MockVMExtensionScopeMockRecorder) VMExtensionSpecs

func (mr *MockVMExtensionScopeMockRecorder) VMExtensionSpecs() *gomock.Call

VMExtensionSpecs indicates an expected call of VMExtensionSpecs.

func (*MockVMExtensionScopeMockRecorder) WithName

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

WithName indicates an expected call of WithName.

func (*MockVMExtensionScopeMockRecorder) WithValues

func (mr *MockVMExtensionScopeMockRecorder) 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 (*Mockclient) CreateOrUpdateAsync

func (m *Mockclient) CreateOrUpdateAsync(arg0 context.Context, arg1, arg2, arg3 string, arg4 compute.VirtualMachineExtension) error

CreateOrUpdateAsync mocks base method.

func (*Mockclient) Delete

func (m *Mockclient) Delete(arg0 context.Context, arg1, arg2, arg3 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(ctx context.Context, resourceGroupName, vmName, name string) (compute.VirtualMachineExtension, error)

Get mocks base method.

type MockclientMockRecorder

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

MockclientMockRecorder is the mock recorder for Mockclient.

func (*MockclientMockRecorder) CreateOrUpdateAsync

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

CreateOrUpdateAsync indicates an expected call of CreateOrUpdateAsync.

func (*MockclientMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockclientMockRecorder) Get

func (mr *MockclientMockRecorder) Get(ctx, resourceGroupName, vmName, name interface{}) *gomock.Call

Get indicates an expected call of Get.

Jump to

Keyboard shortcuts

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