prometheusservicemock

package
v1.37.7 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package prometheusservicemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockPrometheusServiceAPI

type MockPrometheusServiceAPI struct {
	// contains filtered or unexported fields
}

MockPrometheusServiceAPI is a mock of PrometheusServiceAPI interface

func NewMockPrometheusServiceAPI

func NewMockPrometheusServiceAPI(ctrl *gomock.Controller) *MockPrometheusServiceAPI

NewMockPrometheusServiceAPI creates a new mock instance

func (*MockPrometheusServiceAPI) CreateWorkspace

CreateWorkspace mocks base method

func (*MockPrometheusServiceAPI) CreateWorkspaceRequest

CreateWorkspaceRequest mocks base method

func (*MockPrometheusServiceAPI) CreateWorkspaceWithContext

CreateWorkspaceWithContext mocks base method

func (*MockPrometheusServiceAPI) DeleteWorkspace

DeleteWorkspace mocks base method

func (*MockPrometheusServiceAPI) DeleteWorkspaceRequest

DeleteWorkspaceRequest mocks base method

func (*MockPrometheusServiceAPI) DeleteWorkspaceWithContext

DeleteWorkspaceWithContext mocks base method

func (*MockPrometheusServiceAPI) DescribeWorkspace

DescribeWorkspace mocks base method

func (*MockPrometheusServiceAPI) DescribeWorkspaceRequest

DescribeWorkspaceRequest mocks base method

func (*MockPrometheusServiceAPI) DescribeWorkspaceWithContext

DescribeWorkspaceWithContext mocks base method

func (*MockPrometheusServiceAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockPrometheusServiceAPI) ListWorkspaces

ListWorkspaces mocks base method

func (*MockPrometheusServiceAPI) ListWorkspacesPages

ListWorkspacesPages mocks base method

func (*MockPrometheusServiceAPI) ListWorkspacesPagesWithContext

ListWorkspacesPagesWithContext mocks base method

func (*MockPrometheusServiceAPI) ListWorkspacesRequest

ListWorkspacesRequest mocks base method

func (*MockPrometheusServiceAPI) ListWorkspacesWithContext

ListWorkspacesWithContext mocks base method

func (*MockPrometheusServiceAPI) UpdateWorkspaceAlias

UpdateWorkspaceAlias mocks base method

func (*MockPrometheusServiceAPI) UpdateWorkspaceAliasRequest

UpdateWorkspaceAliasRequest mocks base method

func (*MockPrometheusServiceAPI) UpdateWorkspaceAliasWithContext

UpdateWorkspaceAliasWithContext mocks base method

type MockPrometheusServiceAPIMockRecorder

type MockPrometheusServiceAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockPrometheusServiceAPIMockRecorder is the mock recorder for MockPrometheusServiceAPI

func (*MockPrometheusServiceAPIMockRecorder) CreateWorkspace

func (mr *MockPrometheusServiceAPIMockRecorder) CreateWorkspace(arg0 interface{}) *gomock.Call

CreateWorkspace indicates an expected call of CreateWorkspace

func (*MockPrometheusServiceAPIMockRecorder) CreateWorkspaceRequest

func (mr *MockPrometheusServiceAPIMockRecorder) CreateWorkspaceRequest(arg0 interface{}) *gomock.Call

CreateWorkspaceRequest indicates an expected call of CreateWorkspaceRequest

func (*MockPrometheusServiceAPIMockRecorder) CreateWorkspaceWithContext

func (mr *MockPrometheusServiceAPIMockRecorder) CreateWorkspaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWorkspaceWithContext indicates an expected call of CreateWorkspaceWithContext

func (*MockPrometheusServiceAPIMockRecorder) DeleteWorkspace

func (mr *MockPrometheusServiceAPIMockRecorder) DeleteWorkspace(arg0 interface{}) *gomock.Call

DeleteWorkspace indicates an expected call of DeleteWorkspace

func (*MockPrometheusServiceAPIMockRecorder) DeleteWorkspaceRequest

func (mr *MockPrometheusServiceAPIMockRecorder) DeleteWorkspaceRequest(arg0 interface{}) *gomock.Call

DeleteWorkspaceRequest indicates an expected call of DeleteWorkspaceRequest

func (*MockPrometheusServiceAPIMockRecorder) DeleteWorkspaceWithContext

func (mr *MockPrometheusServiceAPIMockRecorder) DeleteWorkspaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteWorkspaceWithContext indicates an expected call of DeleteWorkspaceWithContext

func (*MockPrometheusServiceAPIMockRecorder) DescribeWorkspace

func (mr *MockPrometheusServiceAPIMockRecorder) DescribeWorkspace(arg0 interface{}) *gomock.Call

DescribeWorkspace indicates an expected call of DescribeWorkspace

func (*MockPrometheusServiceAPIMockRecorder) DescribeWorkspaceRequest

func (mr *MockPrometheusServiceAPIMockRecorder) DescribeWorkspaceRequest(arg0 interface{}) *gomock.Call

DescribeWorkspaceRequest indicates an expected call of DescribeWorkspaceRequest

func (*MockPrometheusServiceAPIMockRecorder) DescribeWorkspaceWithContext

func (mr *MockPrometheusServiceAPIMockRecorder) DescribeWorkspaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeWorkspaceWithContext indicates an expected call of DescribeWorkspaceWithContext

func (*MockPrometheusServiceAPIMockRecorder) ListWorkspaces

func (mr *MockPrometheusServiceAPIMockRecorder) ListWorkspaces(arg0 interface{}) *gomock.Call

ListWorkspaces indicates an expected call of ListWorkspaces

func (*MockPrometheusServiceAPIMockRecorder) ListWorkspacesPages

func (mr *MockPrometheusServiceAPIMockRecorder) ListWorkspacesPages(arg0, arg1 interface{}) *gomock.Call

ListWorkspacesPages indicates an expected call of ListWorkspacesPages

func (*MockPrometheusServiceAPIMockRecorder) ListWorkspacesPagesWithContext

func (mr *MockPrometheusServiceAPIMockRecorder) ListWorkspacesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListWorkspacesPagesWithContext indicates an expected call of ListWorkspacesPagesWithContext

func (*MockPrometheusServiceAPIMockRecorder) ListWorkspacesRequest

func (mr *MockPrometheusServiceAPIMockRecorder) ListWorkspacesRequest(arg0 interface{}) *gomock.Call

ListWorkspacesRequest indicates an expected call of ListWorkspacesRequest

func (*MockPrometheusServiceAPIMockRecorder) ListWorkspacesWithContext

func (mr *MockPrometheusServiceAPIMockRecorder) ListWorkspacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorkspacesWithContext indicates an expected call of ListWorkspacesWithContext

func (*MockPrometheusServiceAPIMockRecorder) UpdateWorkspaceAlias

func (mr *MockPrometheusServiceAPIMockRecorder) UpdateWorkspaceAlias(arg0 interface{}) *gomock.Call

UpdateWorkspaceAlias indicates an expected call of UpdateWorkspaceAlias

func (*MockPrometheusServiceAPIMockRecorder) UpdateWorkspaceAliasRequest

func (mr *MockPrometheusServiceAPIMockRecorder) UpdateWorkspaceAliasRequest(arg0 interface{}) *gomock.Call

UpdateWorkspaceAliasRequest indicates an expected call of UpdateWorkspaceAliasRequest

func (*MockPrometheusServiceAPIMockRecorder) UpdateWorkspaceAliasWithContext

func (mr *MockPrometheusServiceAPIMockRecorder) UpdateWorkspaceAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateWorkspaceAliasWithContext indicates an expected call of UpdateWorkspaceAliasWithContext

Jump to

Keyboard shortcuts

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