mock_services

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

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

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

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

AsyncUpdateTagsResult mocks base method.

func (*MockManagedClustersClientInterface) CreateOrUpdate

CreateOrUpdate mocks base method.

func (*MockManagedClustersClientInterface) Delete

Delete mocks base method.

func (*MockManagedClustersClientInterface) EXPECT

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

UpdateTags mocks base method.

func (*MockManagedClustersClientInterface) WaitForTaskCompletion

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

Delete mocks base method.

func (*MockResourceGroupsClientInterface) EXPECT

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

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL