mock_compute

package
v10.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_compute is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockVirtualMachineScaleSetExtensionsClient

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

MockVirtualMachineScaleSetExtensionsClient is a mock of VirtualMachineScaleSetExtensionsClient interface

func NewMockVirtualMachineScaleSetExtensionsClient

func NewMockVirtualMachineScaleSetExtensionsClient(ctrl *gomock.Controller) *MockVirtualMachineScaleSetExtensionsClient

NewMockVirtualMachineScaleSetExtensionsClient creates a new mock instance

func (*MockVirtualMachineScaleSetExtensionsClient) Client

Client mocks base method

func (*MockVirtualMachineScaleSetExtensionsClient) CreateOrUpdate

CreateOrUpdate mocks base method

func (*MockVirtualMachineScaleSetExtensionsClient) EXPECT

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

func (*MockVirtualMachineScaleSetExtensionsClient) Get

Get mocks base method

func (*MockVirtualMachineScaleSetExtensionsClient) List

List mocks base method

type MockVirtualMachineScaleSetExtensionsClientMockRecorder

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

MockVirtualMachineScaleSetExtensionsClientMockRecorder is the mock recorder for MockVirtualMachineScaleSetExtensionsClient

func (*MockVirtualMachineScaleSetExtensionsClientMockRecorder) Client

Client indicates an expected call of Client

func (*MockVirtualMachineScaleSetExtensionsClientMockRecorder) CreateOrUpdate

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

CreateOrUpdate indicates an expected call of CreateOrUpdate

func (*MockVirtualMachineScaleSetExtensionsClientMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockVirtualMachineScaleSetExtensionsClientMockRecorder) List

func (mr *MockVirtualMachineScaleSetExtensionsClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List

type MockVirtualMachineScaleSetVMsClient

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

MockVirtualMachineScaleSetVMsClient is a mock of VirtualMachineScaleSetVMsClient interface

func NewMockVirtualMachineScaleSetVMsClient

func NewMockVirtualMachineScaleSetVMsClient(ctrl *gomock.Controller) *MockVirtualMachineScaleSetVMsClient

NewMockVirtualMachineScaleSetVMsClient creates a new mock instance

func (*MockVirtualMachineScaleSetVMsClient) Deallocate

func (m *MockVirtualMachineScaleSetVMsClient) Deallocate(arg0 context.Context, arg1, arg2, arg3 string) error

Deallocate mocks base method

func (*MockVirtualMachineScaleSetVMsClient) Delete

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

Delete mocks base method

func (*MockVirtualMachineScaleSetVMsClient) EXPECT

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

func (*MockVirtualMachineScaleSetVMsClient) List

func (m *MockVirtualMachineScaleSetVMsClient) List(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string) ([]compute.VirtualMachineScaleSetVM, error)

List mocks base method

func (*MockVirtualMachineScaleSetVMsClient) Reimage

Reimage mocks base method

func (*MockVirtualMachineScaleSetVMsClient) Restart

func (m *MockVirtualMachineScaleSetVMsClient) Restart(arg0 context.Context, arg1, arg2, arg3 string) error

Restart mocks base method

func (*MockVirtualMachineScaleSetVMsClient) RunCommand

func (m *MockVirtualMachineScaleSetVMsClient) RunCommand(arg0 context.Context, arg1, arg2, arg3 string, arg4 compute.RunCommandInput) error

RunCommand mocks base method

func (*MockVirtualMachineScaleSetVMsClient) Start

func (m *MockVirtualMachineScaleSetVMsClient) Start(arg0 context.Context, arg1, arg2, arg3 string) error

Start mocks base method

type MockVirtualMachineScaleSetVMsClientMockRecorder

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

MockVirtualMachineScaleSetVMsClientMockRecorder is the mock recorder for MockVirtualMachineScaleSetVMsClient

func (*MockVirtualMachineScaleSetVMsClientMockRecorder) Deallocate

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

Deallocate indicates an expected call of Deallocate

func (*MockVirtualMachineScaleSetVMsClientMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockVirtualMachineScaleSetVMsClientMockRecorder) List

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

List indicates an expected call of List

func (*MockVirtualMachineScaleSetVMsClientMockRecorder) Reimage

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

Reimage indicates an expected call of Reimage

func (*MockVirtualMachineScaleSetVMsClientMockRecorder) Restart

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

Restart indicates an expected call of Restart

func (*MockVirtualMachineScaleSetVMsClientMockRecorder) RunCommand

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

RunCommand indicates an expected call of RunCommand

func (*MockVirtualMachineScaleSetVMsClientMockRecorder) Start

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

Start indicates an expected call of Start

type MockVirtualMachineScaleSetsClient

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

MockVirtualMachineScaleSetsClient is a mock of VirtualMachineScaleSetsClient interface

func NewMockVirtualMachineScaleSetsClient

func NewMockVirtualMachineScaleSetsClient(ctrl *gomock.Controller) *MockVirtualMachineScaleSetsClient

NewMockVirtualMachineScaleSetsClient creates a new mock instance

func (*MockVirtualMachineScaleSetsClient) CreateOrUpdate

CreateOrUpdate mocks base method

func (*MockVirtualMachineScaleSetsClient) Delete

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

Delete mocks base method

func (*MockVirtualMachineScaleSetsClient) EXPECT

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

func (*MockVirtualMachineScaleSetsClient) Get

Get mocks base method

func (*MockVirtualMachineScaleSetsClient) GetInstanceView

GetInstanceView mocks base method

func (*MockVirtualMachineScaleSetsClient) List

List mocks base method

func (*MockVirtualMachineScaleSetsClient) Update

Update mocks base method

func (*MockVirtualMachineScaleSetsClient) UpdateInstances

UpdateInstances mocks base method

type MockVirtualMachineScaleSetsClientMockRecorder

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

MockVirtualMachineScaleSetsClientMockRecorder is the mock recorder for MockVirtualMachineScaleSetsClient

func (*MockVirtualMachineScaleSetsClientMockRecorder) CreateOrUpdate

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

CreateOrUpdate indicates an expected call of CreateOrUpdate

func (*MockVirtualMachineScaleSetsClientMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockVirtualMachineScaleSetsClientMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockVirtualMachineScaleSetsClientMockRecorder) GetInstanceView

func (mr *MockVirtualMachineScaleSetsClientMockRecorder) GetInstanceView(arg0, arg1, arg2 interface{}) *gomock.Call

GetInstanceView indicates an expected call of GetInstanceView

func (*MockVirtualMachineScaleSetsClientMockRecorder) List

func (mr *MockVirtualMachineScaleSetsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockVirtualMachineScaleSetsClientMockRecorder) Update

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

Update indicates an expected call of Update

func (*MockVirtualMachineScaleSetsClientMockRecorder) UpdateInstances

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

UpdateInstances indicates an expected call of UpdateInstances

Jump to

Keyboard shortcuts

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