mock_vmextensions

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

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) Authorizer

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

Authorizer 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) DeleteLongRunningOperationState added in v1.3.0

func (m *MockVMExtensionScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)

DeleteLongRunningOperationState mocks base method.

func (*MockVMExtensionScope) EXPECT

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

func (*MockVMExtensionScope) GetLongRunningOperationState added in v1.3.0

func (m *MockVMExtensionScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future

GetLongRunningOperationState mocks base method.

func (*MockVMExtensionScope) HashKey

func (m *MockVMExtensionScope) HashKey() string

HashKey mocks base method.

func (*MockVMExtensionScope) SetLongRunningOperationState added in v1.3.0

func (m *MockVMExtensionScope) SetLongRunningOperationState(arg0 *v1beta1.Future)

SetLongRunningOperationState 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) Token added in v1.11.0

Token mocks base method.

func (*MockVMExtensionScope) UpdateDeleteStatus added in v1.3.0

func (m *MockVMExtensionScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)

UpdateDeleteStatus mocks base method.

func (*MockVMExtensionScope) UpdatePatchStatus added in v1.3.0

func (m *MockVMExtensionScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)

UpdatePatchStatus mocks base method.

func (*MockVMExtensionScope) UpdatePutStatus added in v1.3.0

func (m *MockVMExtensionScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)

UpdatePutStatus mocks base method.

func (*MockVMExtensionScope) VMExtensionSpecs

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

VMExtensionSpecs mocks base method.

type MockVMExtensionScopeMockRecorder

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

MockVMExtensionScopeMockRecorder is the mock recorder for MockVMExtensionScope.

func (*MockVMExtensionScopeMockRecorder) Authorizer

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

Authorizer indicates an expected call of Authorizer.

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) DeleteLongRunningOperationState added in v1.3.0

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

DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.

func (*MockVMExtensionScopeMockRecorder) GetLongRunningOperationState added in v1.3.0

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

GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.

func (*MockVMExtensionScopeMockRecorder) HashKey

HashKey indicates an expected call of HashKey.

func (*MockVMExtensionScopeMockRecorder) SetLongRunningOperationState added in v1.3.0

func (mr *MockVMExtensionScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call

SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.

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) Token added in v1.11.0

Token indicates an expected call of Token.

func (*MockVMExtensionScopeMockRecorder) UpdateDeleteStatus added in v1.3.0

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

UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.

func (*MockVMExtensionScopeMockRecorder) UpdatePatchStatus added in v1.3.0

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

UpdatePatchStatus indicates an expected call of UpdatePatchStatus.

func (*MockVMExtensionScopeMockRecorder) UpdatePutStatus added in v1.3.0

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

UpdatePutStatus indicates an expected call of UpdatePutStatus.

func (*MockVMExtensionScopeMockRecorder) VMExtensionSpecs

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

VMExtensionSpecs indicates an expected call of VMExtensionSpecs.

Jump to

Keyboard shortcuts

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