Documentation ¶
Overview ¶
Package vmss is a generated GoMock package.
Index ¶
- type MockVmss
- func (m *MockVmss) Create(arg0 context.Context, arg1, arg2 string, arg3 *compute.VirtualMachineScaleSet) (*compute.VirtualMachineScaleSet, error)
- func (m *MockVmss) Delete(arg0 context.Context, arg1, arg2 string) error
- func (m *MockVmss) EXPECT() *MockVmssMockRecorder
- func (m *MockVmss) Get(arg0 context.Context, arg1, arg2 string) (*compute.VirtualMachineScaleSet, error)
- func (m *MockVmss) List(arg0 context.Context, arg1 string) ([]compute.VirtualMachineScaleSet, error)
- type MockVmssMockRecorder
- func (mr *MockVmssMockRecorder) Create(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockVmssMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVmssMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVmssMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockVmss ¶
type MockVmss struct {
// contains filtered or unexported fields
}
MockVmss is a mock of Vmss interface.
func NewMockVmss ¶
func NewMockVmss(ctrl *gomock.Controller) *MockVmss
NewMockVmss creates a new mock instance.
func (*MockVmss) Create ¶
func (m *MockVmss) Create(arg0 context.Context, arg1, arg2 string, arg3 *compute.VirtualMachineScaleSet) (*compute.VirtualMachineScaleSet, error)
Create mocks base method.
func (*MockVmss) EXPECT ¶
func (m *MockVmss) EXPECT() *MockVmssMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockVmssMockRecorder ¶
type MockVmssMockRecorder struct {
// contains filtered or unexported fields
}
MockVmssMockRecorder is the mock recorder for MockVmss.
func (*MockVmssMockRecorder) Create ¶
func (mr *MockVmssMockRecorder) Create(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Create indicates an expected call of Create.
func (*MockVmssMockRecorder) Delete ¶
func (mr *MockVmssMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockVmssMockRecorder) Get ¶
func (mr *MockVmssMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockVmssMockRecorder) List ¶
func (mr *MockVmssMockRecorder) List(arg0, arg1 interface{}) *gomock.Call
List indicates an expected call of List.
Click to show internal directories.
Click to hide internal directories.