Documentation ¶
Overview ¶
Package mock_resources is a generated GoMock package.
Index ¶
- type MockDeploymentsClient
- type MockDeploymentsClientMockRecorder
- type MockGroupsClient
- func (m *MockGroupsClient) CheckExistence(arg0 context.Context, arg1 string) (autorest.Response, error)
- func (m *MockGroupsClient) CreateOrUpdate(arg0 context.Context, arg1 string, arg2 resources.Group) (resources.Group, error)
- func (m *MockGroupsClient) DeleteAndWait(arg0 context.Context, arg1 string) error
- func (m *MockGroupsClient) EXPECT() *MockGroupsClientMockRecorder
- type MockGroupsClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDeploymentsClient ¶
type MockDeploymentsClient struct {
// contains filtered or unexported fields
}
MockDeploymentsClient is a mock of DeploymentsClient interface
func NewMockDeploymentsClient ¶
func NewMockDeploymentsClient(ctrl *gomock.Controller) *MockDeploymentsClient
NewMockDeploymentsClient creates a new mock instance
func (*MockDeploymentsClient) CreateOrUpdateAndWait ¶
func (m *MockDeploymentsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 resources.Deployment) error
CreateOrUpdateAndWait mocks base method
func (*MockDeploymentsClient) EXPECT ¶
func (m *MockDeploymentsClient) EXPECT() *MockDeploymentsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockDeploymentsClientMockRecorder ¶
type MockDeploymentsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDeploymentsClientMockRecorder is the mock recorder for MockDeploymentsClient
func (*MockDeploymentsClientMockRecorder) CreateOrUpdateAndWait ¶
func (mr *MockDeploymentsClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait
type MockGroupsClient ¶
type MockGroupsClient struct {
// contains filtered or unexported fields
}
MockGroupsClient is a mock of GroupsClient interface
func NewMockGroupsClient ¶
func NewMockGroupsClient(ctrl *gomock.Controller) *MockGroupsClient
NewMockGroupsClient creates a new mock instance
func (*MockGroupsClient) CheckExistence ¶
func (m *MockGroupsClient) CheckExistence(arg0 context.Context, arg1 string) (autorest.Response, error)
CheckExistence mocks base method
func (*MockGroupsClient) CreateOrUpdate ¶
func (m *MockGroupsClient) CreateOrUpdate(arg0 context.Context, arg1 string, arg2 resources.Group) (resources.Group, error)
CreateOrUpdate mocks base method
func (*MockGroupsClient) DeleteAndWait ¶
func (m *MockGroupsClient) DeleteAndWait(arg0 context.Context, arg1 string) error
DeleteAndWait mocks base method
func (*MockGroupsClient) EXPECT ¶
func (m *MockGroupsClient) EXPECT() *MockGroupsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockGroupsClientMockRecorder ¶
type MockGroupsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGroupsClientMockRecorder is the mock recorder for MockGroupsClient
func (*MockGroupsClientMockRecorder) CheckExistence ¶
func (mr *MockGroupsClientMockRecorder) CheckExistence(arg0, arg1 interface{}) *gomock.Call
CheckExistence indicates an expected call of CheckExistence
func (*MockGroupsClientMockRecorder) CreateOrUpdate ¶
func (mr *MockGroupsClientMockRecorder) CreateOrUpdate(arg0, arg1, arg2 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate
func (*MockGroupsClientMockRecorder) DeleteAndWait ¶
func (mr *MockGroupsClientMockRecorder) DeleteAndWait(arg0, arg1 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait