Documentation
¶
Overview ¶
Package mock_compute is a generated GoMock package.
Index ¶
- type MockDisksClient
- type MockDisksClientMockRecorder
- type MockResourceSkusClient
- type MockResourceSkusClientMockRecorder
- type MockUsageClient
- type MockUsageClientMockRecorder
- type MockVirtualMachineScaleSetVMsClient
- func (m *MockVirtualMachineScaleSetVMsClient) EXPECT() *MockVirtualMachineScaleSetVMsClientMockRecorder
- func (m *MockVirtualMachineScaleSetVMsClient) List(arg0 context.Context, arg1, arg2, arg3, arg4, arg5 string) ([]compute.VirtualMachineScaleSetVM, error)
- func (m *MockVirtualMachineScaleSetVMsClient) RunCommandAndWait(arg0 context.Context, arg1, arg2, arg3 string, arg4 compute.RunCommandInput) error
- type MockVirtualMachineScaleSetVMsClientMockRecorder
- type MockVirtualMachineScaleSetsClient
- func (m *MockVirtualMachineScaleSetsClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
- func (m *MockVirtualMachineScaleSetsClient) EXPECT() *MockVirtualMachineScaleSetsClientMockRecorder
- func (m *MockVirtualMachineScaleSetsClient) List(arg0 context.Context, arg1 string) ([]compute.VirtualMachineScaleSet, error)
- type MockVirtualMachineScaleSetsClientMockRecorder
- type MockVirtualMachinesClient
- func (m *MockVirtualMachinesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 compute.VirtualMachine) error
- func (m *MockVirtualMachinesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
- func (m *MockVirtualMachinesClient) EXPECT() *MockVirtualMachinesClientMockRecorder
- type MockVirtualMachinesClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDisksClient ¶
type MockDisksClient struct {
// contains filtered or unexported fields
}
MockDisksClient is a mock of DisksClient interface
func NewMockDisksClient ¶
func NewMockDisksClient(ctrl *gomock.Controller) *MockDisksClient
NewMockDisksClient creates a new mock instance
func (*MockDisksClient) DeleteAndWait ¶
func (m *MockDisksClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
DeleteAndWait mocks base method
func (*MockDisksClient) EXPECT ¶
func (m *MockDisksClient) EXPECT() *MockDisksClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockDisksClientMockRecorder ¶
type MockDisksClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDisksClientMockRecorder is the mock recorder for MockDisksClient
func (*MockDisksClientMockRecorder) DeleteAndWait ¶
func (mr *MockDisksClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait
type MockResourceSkusClient ¶
type MockResourceSkusClient struct {
// contains filtered or unexported fields
}
MockResourceSkusClient is a mock of ResourceSkusClient interface
func NewMockResourceSkusClient ¶
func NewMockResourceSkusClient(ctrl *gomock.Controller) *MockResourceSkusClient
NewMockResourceSkusClient creates a new mock instance
func (*MockResourceSkusClient) EXPECT ¶
func (m *MockResourceSkusClient) EXPECT() *MockResourceSkusClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockResourceSkusClient) List ¶
func (m *MockResourceSkusClient) List(arg0 context.Context, arg1 string) ([]compute.ResourceSku, error)
List mocks base method
type MockResourceSkusClientMockRecorder ¶
type MockResourceSkusClientMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceSkusClientMockRecorder is the mock recorder for MockResourceSkusClient
func (*MockResourceSkusClientMockRecorder) List ¶
func (mr *MockResourceSkusClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List
type MockUsageClient ¶
type MockUsageClient struct {
// contains filtered or unexported fields
}
MockUsageClient is a mock of UsageClient interface
func NewMockUsageClient ¶
func NewMockUsageClient(ctrl *gomock.Controller) *MockUsageClient
NewMockUsageClient creates a new mock instance
func (*MockUsageClient) EXPECT ¶
func (m *MockUsageClient) EXPECT() *MockUsageClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockUsageClientMockRecorder ¶
type MockUsageClientMockRecorder struct {
// contains filtered or unexported fields
}
MockUsageClientMockRecorder is the mock recorder for MockUsageClient
func (*MockUsageClientMockRecorder) List ¶
func (mr *MockUsageClientMockRecorder) List(arg0, arg1 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) EXPECT ¶
func (m *MockVirtualMachineScaleSetVMsClient) EXPECT() *MockVirtualMachineScaleSetVMsClientMockRecorder
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) RunCommandAndWait ¶
func (m *MockVirtualMachineScaleSetVMsClient) RunCommandAndWait(arg0 context.Context, arg1, arg2, arg3 string, arg4 compute.RunCommandInput) error
RunCommandAndWait mocks base method
type MockVirtualMachineScaleSetVMsClientMockRecorder ¶
type MockVirtualMachineScaleSetVMsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualMachineScaleSetVMsClientMockRecorder is the mock recorder for MockVirtualMachineScaleSetVMsClient
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) RunCommandAndWait ¶
func (mr *MockVirtualMachineScaleSetVMsClientMockRecorder) RunCommandAndWait(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
RunCommandAndWait indicates an expected call of RunCommandAndWait
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) DeleteAndWait ¶
func (m *MockVirtualMachineScaleSetsClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
DeleteAndWait mocks base method
func (*MockVirtualMachineScaleSetsClient) EXPECT ¶
func (m *MockVirtualMachineScaleSetsClient) EXPECT() *MockVirtualMachineScaleSetsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockVirtualMachineScaleSetsClient) List ¶
func (m *MockVirtualMachineScaleSetsClient) List(arg0 context.Context, arg1 string) ([]compute.VirtualMachineScaleSet, error)
List mocks base method
type MockVirtualMachineScaleSetsClientMockRecorder ¶
type MockVirtualMachineScaleSetsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualMachineScaleSetsClientMockRecorder is the mock recorder for MockVirtualMachineScaleSetsClient
func (*MockVirtualMachineScaleSetsClientMockRecorder) DeleteAndWait ¶
func (mr *MockVirtualMachineScaleSetsClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait
func (*MockVirtualMachineScaleSetsClientMockRecorder) List ¶
func (mr *MockVirtualMachineScaleSetsClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List
type MockVirtualMachinesClient ¶
type MockVirtualMachinesClient struct {
// contains filtered or unexported fields
}
MockVirtualMachinesClient is a mock of VirtualMachinesClient interface
func NewMockVirtualMachinesClient ¶
func NewMockVirtualMachinesClient(ctrl *gomock.Controller) *MockVirtualMachinesClient
NewMockVirtualMachinesClient creates a new mock instance
func (*MockVirtualMachinesClient) CreateOrUpdateAndWait ¶
func (m *MockVirtualMachinesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 compute.VirtualMachine) error
CreateOrUpdateAndWait mocks base method
func (*MockVirtualMachinesClient) DeleteAndWait ¶
func (m *MockVirtualMachinesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
DeleteAndWait mocks base method
func (*MockVirtualMachinesClient) EXPECT ¶
func (m *MockVirtualMachinesClient) EXPECT() *MockVirtualMachinesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockVirtualMachinesClientMockRecorder ¶
type MockVirtualMachinesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualMachinesClientMockRecorder is the mock recorder for MockVirtualMachinesClient
func (*MockVirtualMachinesClientMockRecorder) CreateOrUpdateAndWait ¶
func (mr *MockVirtualMachinesClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait
func (*MockVirtualMachinesClientMockRecorder) DeleteAndWait ¶
func (mr *MockVirtualMachinesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait