Documentation ¶
Overview ¶
Package mock_services is a generated GoMock package.
Package mock_services is a generated GoMock package.
Package mock_services is a generated GoMock package.
Package mock_services is a generated GoMock package.
Index ¶
- type MockAgentPoolsClientInterface
- func (m *MockAgentPoolsClientInterface) CreateOrUpdate(ctx context.Context, resourceGroupName, clusterName, agentPoolName string, ...) (containerservice.AgentPoolsCreateOrUpdateFuture, error)
- func (m *MockAgentPoolsClientInterface) Delete(ctx context.Context, resourceGroupName, clusterName, agentPoolName string) (containerservice.AgentPoolsDeleteFuture, error)
- func (m *MockAgentPoolsClientInterface) EXPECT() *MockAgentPoolsClientInterfaceMockRecorder
- type MockAgentPoolsClientInterfaceMockRecorder
- type MockManagedClustersClientInterface
- func (m *MockManagedClustersClientInterface) AsyncUpdateTagsResult(asyncRet containerservice.ManagedClustersUpdateTagsFuture) (containerservice.ManagedCluster, error)
- func (m *MockManagedClustersClientInterface) CreateOrUpdate(ctx context.Context, resourceGroupName, clusterName string, ...) (containerservice.ManagedClustersCreateOrUpdateFuture, error)
- func (m *MockManagedClustersClientInterface) Delete(ctx context.Context, resourceGroupName, clusterName string) (containerservice.ManagedClustersDeleteFuture, error)
- func (m *MockManagedClustersClientInterface) EXPECT() *MockManagedClustersClientInterfaceMockRecorder
- func (m *MockManagedClustersClientInterface) Get(ctx context.Context, resourceGroupName, clusterName string) (containerservice.ManagedCluster, error)
- func (m *MockManagedClustersClientInterface) GetAccessProfile(ctx context.Context, resourceGroupName, resourceName, roleName string) (containerservice.ManagedClusterAccessProfile, error)
- func (m *MockManagedClustersClientInterface) UpdateTags(ctx context.Context, resourceGroupName, resourceName string, ...) (containerservice.ManagedClustersUpdateTagsFuture, error)
- func (m *MockManagedClustersClientInterface) WaitForTaskCompletion(arg0 context.Context, arg1 containerservice.ManagedClustersDeleteFuture) error
- type MockManagedClustersClientInterfaceMockRecorder
- func (mr *MockManagedClustersClientInterfaceMockRecorder) AsyncUpdateTagsResult(asyncRet interface{}) *gomock.Call
- func (mr *MockManagedClustersClientInterfaceMockRecorder) CreateOrUpdate(ctx, resourceGroupName, clusterName, parameters interface{}) *gomock.Call
- func (mr *MockManagedClustersClientInterfaceMockRecorder) Delete(ctx, resourceGroupName, clusterName interface{}) *gomock.Call
- func (mr *MockManagedClustersClientInterfaceMockRecorder) Get(ctx, resourceGroupName, clusterName interface{}) *gomock.Call
- func (mr *MockManagedClustersClientInterfaceMockRecorder) GetAccessProfile(ctx, resourceGroupName, resourceName, roleName interface{}) *gomock.Call
- func (mr *MockManagedClustersClientInterfaceMockRecorder) UpdateTags(ctx, resourceGroupName, resourceName, parameters interface{}) *gomock.Call
- func (mr *MockManagedClustersClientInterfaceMockRecorder) WaitForTaskCompletion(arg0, arg1 interface{}) *gomock.Call
- type MockResourceGroupsClientInterface
- func (m *MockResourceGroupsClientInterface) CheckExistence(ctx context.Context, resourceGroupName string) (autorest.Response, error)
- func (m *MockResourceGroupsClientInterface) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceGroup resources.Group) (resources.Group, error)
- func (m *MockResourceGroupsClientInterface) Delete(ctx context.Context, resourceGroupName string) (resources.GroupsDeleteFuture, error)
- func (m *MockResourceGroupsClientInterface) EXPECT() *MockResourceGroupsClientInterfaceMockRecorder
- type MockResourceGroupsClientInterfaceMockRecorder
- func (mr *MockResourceGroupsClientInterfaceMockRecorder) CheckExistence(ctx, resourceGroupName interface{}) *gomock.Call
- func (mr *MockResourceGroupsClientInterfaceMockRecorder) CreateOrUpdate(ctx, resourceGroupName, resourceGroup interface{}) *gomock.Call
- func (mr *MockResourceGroupsClientInterfaceMockRecorder) Delete(ctx, resourceGroupName interface{}) *gomock.Call
- type MockWorkplacesClientInterface
- func (m *MockWorkplacesClientInterface) AsyncCreateUpdateResult(asyncRet operationalinsights.WorkspacesCreateOrUpdateFuture) (operationalinsights.Workspace, error)
- func (m *MockWorkplacesClientInterface) CreateOrUpdate(ctx context.Context, resourceGroupName, workspaceName string, ...) (operationalinsights.WorkspacesCreateOrUpdateFuture, error)
- func (m *MockWorkplacesClientInterface) EXPECT() *MockWorkplacesClientInterfaceMockRecorder
- func (m *MockWorkplacesClientInterface) Get(ctx context.Context, resourceGroupName, workspaceName string) (operationalinsights.Workspace, error)
- type MockWorkplacesClientInterfaceMockRecorder
- func (mr *MockWorkplacesClientInterfaceMockRecorder) AsyncCreateUpdateResult(asyncRet interface{}) *gomock.Call
- func (mr *MockWorkplacesClientInterfaceMockRecorder) CreateOrUpdate(ctx, resourceGroupName, workspaceName, parameters interface{}) *gomock.Call
- func (mr *MockWorkplacesClientInterfaceMockRecorder) Get(ctx, resourceGroupName, workspaceName interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAgentPoolsClientInterface ¶
type MockAgentPoolsClientInterface struct {
// contains filtered or unexported fields
}
MockAgentPoolsClientInterface is a mock of AgentPoolsClientInterface interface.
func NewMockAgentPoolsClientInterface ¶
func NewMockAgentPoolsClientInterface(ctrl *gomock.Controller) *MockAgentPoolsClientInterface
NewMockAgentPoolsClientInterface creates a new mock instance.
func (*MockAgentPoolsClientInterface) CreateOrUpdate ¶
func (m *MockAgentPoolsClientInterface) CreateOrUpdate(ctx context.Context, resourceGroupName, clusterName, agentPoolName string, parameters containerservice.AgentPool) (containerservice.AgentPoolsCreateOrUpdateFuture, error)
CreateOrUpdate mocks base method.
func (*MockAgentPoolsClientInterface) Delete ¶
func (m *MockAgentPoolsClientInterface) Delete(ctx context.Context, resourceGroupName, clusterName, agentPoolName string) (containerservice.AgentPoolsDeleteFuture, error)
Delete mocks base method.
func (*MockAgentPoolsClientInterface) EXPECT ¶
func (m *MockAgentPoolsClientInterface) EXPECT() *MockAgentPoolsClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAgentPoolsClientInterfaceMockRecorder ¶
type MockAgentPoolsClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockAgentPoolsClientInterfaceMockRecorder is the mock recorder for MockAgentPoolsClientInterface.
func (*MockAgentPoolsClientInterfaceMockRecorder) CreateOrUpdate ¶
func (mr *MockAgentPoolsClientInterfaceMockRecorder) CreateOrUpdate(ctx, resourceGroupName, clusterName, agentPoolName, parameters interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate.
func (*MockAgentPoolsClientInterfaceMockRecorder) Delete ¶
func (mr *MockAgentPoolsClientInterfaceMockRecorder) Delete(ctx, resourceGroupName, clusterName, agentPoolName interface{}) *gomock.Call
Delete indicates an expected call of Delete.
type MockManagedClustersClientInterface ¶
type MockManagedClustersClientInterface struct {
// contains filtered or unexported fields
}
MockManagedClustersClientInterface is a mock of ManagedClustersClientInterface interface.
func NewMockManagedClustersClientInterface ¶
func NewMockManagedClustersClientInterface(ctrl *gomock.Controller) *MockManagedClustersClientInterface
NewMockManagedClustersClientInterface creates a new mock instance.
func (*MockManagedClustersClientInterface) AsyncUpdateTagsResult ¶
func (m *MockManagedClustersClientInterface) AsyncUpdateTagsResult(asyncRet containerservice.ManagedClustersUpdateTagsFuture) (containerservice.ManagedCluster, error)
AsyncUpdateTagsResult mocks base method.
func (*MockManagedClustersClientInterface) CreateOrUpdate ¶
func (m *MockManagedClustersClientInterface) CreateOrUpdate(ctx context.Context, resourceGroupName, clusterName string, parameters containerservice.ManagedCluster) (containerservice.ManagedClustersCreateOrUpdateFuture, error)
CreateOrUpdate mocks base method.
func (*MockManagedClustersClientInterface) Delete ¶
func (m *MockManagedClustersClientInterface) Delete(ctx context.Context, resourceGroupName, clusterName string) (containerservice.ManagedClustersDeleteFuture, error)
Delete mocks base method.
func (*MockManagedClustersClientInterface) EXPECT ¶
func (m *MockManagedClustersClientInterface) EXPECT() *MockManagedClustersClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockManagedClustersClientInterface) Get ¶
func (m *MockManagedClustersClientInterface) Get(ctx context.Context, resourceGroupName, clusterName string) (containerservice.ManagedCluster, error)
Get mocks base method.
func (*MockManagedClustersClientInterface) GetAccessProfile ¶
func (m *MockManagedClustersClientInterface) GetAccessProfile(ctx context.Context, resourceGroupName, resourceName, roleName string) (containerservice.ManagedClusterAccessProfile, error)
GetAccessProfile mocks base method.
func (*MockManagedClustersClientInterface) UpdateTags ¶
func (m *MockManagedClustersClientInterface) UpdateTags(ctx context.Context, resourceGroupName, resourceName string, parameters containerservice.TagsObject) (containerservice.ManagedClustersUpdateTagsFuture, error)
UpdateTags mocks base method.
func (*MockManagedClustersClientInterface) WaitForTaskCompletion ¶
func (m *MockManagedClustersClientInterface) WaitForTaskCompletion(arg0 context.Context, arg1 containerservice.ManagedClustersDeleteFuture) error
WaitForTaskCompletion mocks base method.
type MockManagedClustersClientInterfaceMockRecorder ¶
type MockManagedClustersClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockManagedClustersClientInterfaceMockRecorder is the mock recorder for MockManagedClustersClientInterface.
func (*MockManagedClustersClientInterfaceMockRecorder) AsyncUpdateTagsResult ¶
func (mr *MockManagedClustersClientInterfaceMockRecorder) AsyncUpdateTagsResult(asyncRet interface{}) *gomock.Call
AsyncUpdateTagsResult indicates an expected call of AsyncUpdateTagsResult.
func (*MockManagedClustersClientInterfaceMockRecorder) CreateOrUpdate ¶
func (mr *MockManagedClustersClientInterfaceMockRecorder) CreateOrUpdate(ctx, resourceGroupName, clusterName, parameters interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate.
func (*MockManagedClustersClientInterfaceMockRecorder) Delete ¶
func (mr *MockManagedClustersClientInterfaceMockRecorder) Delete(ctx, resourceGroupName, clusterName interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockManagedClustersClientInterfaceMockRecorder) Get ¶
func (mr *MockManagedClustersClientInterfaceMockRecorder) Get(ctx, resourceGroupName, clusterName interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockManagedClustersClientInterfaceMockRecorder) GetAccessProfile ¶
func (mr *MockManagedClustersClientInterfaceMockRecorder) GetAccessProfile(ctx, resourceGroupName, resourceName, roleName interface{}) *gomock.Call
GetAccessProfile indicates an expected call of GetAccessProfile.
func (*MockManagedClustersClientInterfaceMockRecorder) UpdateTags ¶
func (mr *MockManagedClustersClientInterfaceMockRecorder) UpdateTags(ctx, resourceGroupName, resourceName, parameters interface{}) *gomock.Call
UpdateTags indicates an expected call of UpdateTags.
func (*MockManagedClustersClientInterfaceMockRecorder) WaitForTaskCompletion ¶
func (mr *MockManagedClustersClientInterfaceMockRecorder) WaitForTaskCompletion(arg0, arg1 interface{}) *gomock.Call
WaitForTaskCompletion indicates an expected call of WaitForTaskCompletion.
type MockResourceGroupsClientInterface ¶
type MockResourceGroupsClientInterface struct {
// contains filtered or unexported fields
}
MockResourceGroupsClientInterface is a mock of ResourceGroupsClientInterface interface.
func NewMockResourceGroupsClientInterface ¶
func NewMockResourceGroupsClientInterface(ctrl *gomock.Controller) *MockResourceGroupsClientInterface
NewMockResourceGroupsClientInterface creates a new mock instance.
func (*MockResourceGroupsClientInterface) CheckExistence ¶
func (m *MockResourceGroupsClientInterface) CheckExistence(ctx context.Context, resourceGroupName string) (autorest.Response, error)
CheckExistence mocks base method.
func (*MockResourceGroupsClientInterface) CreateOrUpdate ¶
func (m *MockResourceGroupsClientInterface) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceGroup resources.Group) (resources.Group, error)
CreateOrUpdate mocks base method.
func (*MockResourceGroupsClientInterface) Delete ¶
func (m *MockResourceGroupsClientInterface) Delete(ctx context.Context, resourceGroupName string) (resources.GroupsDeleteFuture, error)
Delete mocks base method.
func (*MockResourceGroupsClientInterface) EXPECT ¶
func (m *MockResourceGroupsClientInterface) EXPECT() *MockResourceGroupsClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockResourceGroupsClientInterfaceMockRecorder ¶
type MockResourceGroupsClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceGroupsClientInterfaceMockRecorder is the mock recorder for MockResourceGroupsClientInterface.
func (*MockResourceGroupsClientInterfaceMockRecorder) CheckExistence ¶
func (mr *MockResourceGroupsClientInterfaceMockRecorder) CheckExistence(ctx, resourceGroupName interface{}) *gomock.Call
CheckExistence indicates an expected call of CheckExistence.
func (*MockResourceGroupsClientInterfaceMockRecorder) CreateOrUpdate ¶
func (mr *MockResourceGroupsClientInterfaceMockRecorder) CreateOrUpdate(ctx, resourceGroupName, resourceGroup interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate.
func (*MockResourceGroupsClientInterfaceMockRecorder) Delete ¶
func (mr *MockResourceGroupsClientInterfaceMockRecorder) Delete(ctx, resourceGroupName interface{}) *gomock.Call
Delete indicates an expected call of Delete.
type MockWorkplacesClientInterface ¶
type MockWorkplacesClientInterface struct {
// contains filtered or unexported fields
}
MockWorkplacesClientInterface is a mock of WorkplacesClientInterface interface.
func NewMockWorkplacesClientInterface ¶
func NewMockWorkplacesClientInterface(ctrl *gomock.Controller) *MockWorkplacesClientInterface
NewMockWorkplacesClientInterface creates a new mock instance.
func (*MockWorkplacesClientInterface) AsyncCreateUpdateResult ¶
func (m *MockWorkplacesClientInterface) AsyncCreateUpdateResult(asyncRet operationalinsights.WorkspacesCreateOrUpdateFuture) (operationalinsights.Workspace, error)
AsyncCreateUpdateResult mocks base method.
func (*MockWorkplacesClientInterface) CreateOrUpdate ¶
func (m *MockWorkplacesClientInterface) CreateOrUpdate(ctx context.Context, resourceGroupName, workspaceName string, parameters operationalinsights.Workspace) (operationalinsights.WorkspacesCreateOrUpdateFuture, error)
CreateOrUpdate mocks base method.
func (*MockWorkplacesClientInterface) EXPECT ¶
func (m *MockWorkplacesClientInterface) EXPECT() *MockWorkplacesClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorkplacesClientInterface) Get ¶
func (m *MockWorkplacesClientInterface) Get(ctx context.Context, resourceGroupName, workspaceName string) (operationalinsights.Workspace, error)
Get mocks base method.
type MockWorkplacesClientInterfaceMockRecorder ¶
type MockWorkplacesClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkplacesClientInterfaceMockRecorder is the mock recorder for MockWorkplacesClientInterface.
func (*MockWorkplacesClientInterfaceMockRecorder) AsyncCreateUpdateResult ¶
func (mr *MockWorkplacesClientInterfaceMockRecorder) AsyncCreateUpdateResult(asyncRet interface{}) *gomock.Call
AsyncCreateUpdateResult indicates an expected call of AsyncCreateUpdateResult.
func (*MockWorkplacesClientInterfaceMockRecorder) CreateOrUpdate ¶
func (mr *MockWorkplacesClientInterfaceMockRecorder) CreateOrUpdate(ctx, resourceGroupName, workspaceName, parameters interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate.
func (*MockWorkplacesClientInterfaceMockRecorder) Get ¶
func (mr *MockWorkplacesClientInterfaceMockRecorder) Get(ctx, resourceGroupName, workspaceName interface{}) *gomock.Call
Get indicates an expected call of Get.