Documentation ¶
Overview ¶
Package mock_azure is a generated GoMock package.
Index ¶
- type MockAPI
- func (m *MockAPI) DeleteDeployment(ctx context.Context, resourceGroupName, deploymentName string) error
- func (m *MockAPI) DeleteVMSS(ctx context.Context, resourceGroupName, vmssName string) error
- func (m *MockAPI) EXPECT() *MockAPIMockRecorder
- func (m *MockAPI) GetVMSS(ctx context.Context, resourceGroupName, vmssName string) (azure.VMSS, error)
- func (m *MockAPI) ListVMSSNodes(ctx context.Context, resourceGroupName, vmssName string) (azure.VMSSNodes, error)
- type MockAPIMockRecorder
- func (mr *MockAPIMockRecorder) DeleteDeployment(ctx, resourceGroupName, deploymentName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) DeleteVMSS(ctx, resourceGroupName, vmssName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) GetVMSS(ctx, resourceGroupName, vmssName interface{}) *gomock.Call
- func (mr *MockAPIMockRecorder) ListVMSSNodes(ctx, resourceGroupName, vmssName interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAPI ¶
type MockAPI struct {
// contains filtered or unexported fields
}
MockAPI is a mock of API interface
func NewMockAPI ¶
func NewMockAPI(ctrl *gomock.Controller) *MockAPI
NewMockAPI creates a new mock instance
func (*MockAPI) DeleteDeployment ¶
func (m *MockAPI) DeleteDeployment(ctx context.Context, resourceGroupName, deploymentName string) error
DeleteDeployment mocks base method
func (*MockAPI) DeleteVMSS ¶
DeleteVMSS mocks base method
func (*MockAPI) EXPECT ¶
func (m *MockAPI) EXPECT() *MockAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockAPIMockRecorder ¶
type MockAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockAPIMockRecorder is the mock recorder for MockAPI
func (*MockAPIMockRecorder) DeleteDeployment ¶
func (mr *MockAPIMockRecorder) DeleteDeployment(ctx, resourceGroupName, deploymentName interface{}) *gomock.Call
DeleteDeployment indicates an expected call of DeleteDeployment
func (*MockAPIMockRecorder) DeleteVMSS ¶
func (mr *MockAPIMockRecorder) DeleteVMSS(ctx, resourceGroupName, vmssName interface{}) *gomock.Call
DeleteVMSS indicates an expected call of DeleteVMSS
func (*MockAPIMockRecorder) GetVMSS ¶
func (mr *MockAPIMockRecorder) GetVMSS(ctx, resourceGroupName, vmssName interface{}) *gomock.Call
GetVMSS indicates an expected call of GetVMSS
func (*MockAPIMockRecorder) ListVMSSNodes ¶
func (mr *MockAPIMockRecorder) ListVMSSNodes(ctx, resourceGroupName, vmssName interface{}) *gomock.Call
ListVMSSNodes indicates an expected call of ListVMSSNodes
Click to show internal directories.
Click to hide internal directories.