mock_groups

package
v0.4.10 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_groups is a generated GoMock package.

Run go generate to regenerate this mock.

Package mock_groups is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockGroupScope added in v0.4.6

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

MockGroupScope is a mock of GroupScope interface.

func NewMockGroupScope added in v0.4.6

func NewMockGroupScope(ctrl *gomock.Controller) *MockGroupScope

NewMockGroupScope creates a new mock instance.

func (*MockGroupScope) AdditionalTags added in v0.4.6

func (m *MockGroupScope) AdditionalTags() v1alpha3.Tags

AdditionalTags mocks base method.

func (*MockGroupScope) Authorizer added in v0.4.6

func (m *MockGroupScope) Authorizer() autorest.Authorizer

Authorizer mocks base method.

func (*MockGroupScope) BaseURI added in v0.4.6

func (m *MockGroupScope) BaseURI() string

BaseURI mocks base method.

func (*MockGroupScope) ClientID added in v0.4.7

func (m *MockGroupScope) ClientID() string

ClientID mocks base method.

func (*MockGroupScope) ClientSecret added in v0.4.7

func (m *MockGroupScope) ClientSecret() string

ClientSecret mocks base method.

func (*MockGroupScope) CloudEnvironment added in v0.4.7

func (m *MockGroupScope) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockGroupScope) ClusterName added in v0.4.6

func (m *MockGroupScope) ClusterName() string

ClusterName mocks base method.

func (*MockGroupScope) EXPECT added in v0.4.6

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

func (*MockGroupScope) Enabled added in v0.4.6

func (m *MockGroupScope) Enabled() bool

Enabled mocks base method.

func (*MockGroupScope) Error added in v0.4.6

func (m *MockGroupScope) Error(err error, msg string, keysAndValues ...interface{})

Error mocks base method.

func (*MockGroupScope) Info added in v0.4.6

func (m *MockGroupScope) Info(msg string, keysAndValues ...interface{})

Info mocks base method.

func (*MockGroupScope) Location added in v0.4.6

func (m *MockGroupScope) Location() string

Location mocks base method.

func (*MockGroupScope) ResourceGroup added in v0.4.6

func (m *MockGroupScope) ResourceGroup() string

ResourceGroup mocks base method.

func (*MockGroupScope) SubscriptionID added in v0.4.6

func (m *MockGroupScope) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockGroupScope) TenantID added in v0.4.7

func (m *MockGroupScope) TenantID() string

TenantID mocks base method.

func (*MockGroupScope) V added in v0.4.6

func (m *MockGroupScope) V(level int) logr.InfoLogger

V mocks base method.

func (*MockGroupScope) WithName added in v0.4.6

func (m *MockGroupScope) WithName(name string) logr.Logger

WithName mocks base method.

func (*MockGroupScope) WithValues added in v0.4.6

func (m *MockGroupScope) WithValues(keysAndValues ...interface{}) logr.Logger

WithValues mocks base method.

type MockGroupScopeMockRecorder added in v0.4.6

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

MockGroupScopeMockRecorder is the mock recorder for MockGroupScope.

func (*MockGroupScopeMockRecorder) AdditionalTags added in v0.4.6

func (mr *MockGroupScopeMockRecorder) AdditionalTags() *gomock.Call

AdditionalTags indicates an expected call of AdditionalTags.

func (*MockGroupScopeMockRecorder) Authorizer added in v0.4.6

func (mr *MockGroupScopeMockRecorder) Authorizer() *gomock.Call

Authorizer indicates an expected call of Authorizer.

func (*MockGroupScopeMockRecorder) BaseURI added in v0.4.6

func (mr *MockGroupScopeMockRecorder) BaseURI() *gomock.Call

BaseURI indicates an expected call of BaseURI.

func (*MockGroupScopeMockRecorder) ClientID added in v0.4.7

func (mr *MockGroupScopeMockRecorder) ClientID() *gomock.Call

ClientID indicates an expected call of ClientID.

func (*MockGroupScopeMockRecorder) ClientSecret added in v0.4.7

func (mr *MockGroupScopeMockRecorder) ClientSecret() *gomock.Call

ClientSecret indicates an expected call of ClientSecret.

func (*MockGroupScopeMockRecorder) CloudEnvironment added in v0.4.7

func (mr *MockGroupScopeMockRecorder) CloudEnvironment() *gomock.Call

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockGroupScopeMockRecorder) ClusterName added in v0.4.6

func (mr *MockGroupScopeMockRecorder) ClusterName() *gomock.Call

ClusterName indicates an expected call of ClusterName.

func (*MockGroupScopeMockRecorder) Enabled added in v0.4.6

func (mr *MockGroupScopeMockRecorder) Enabled() *gomock.Call

Enabled indicates an expected call of Enabled.

func (*MockGroupScopeMockRecorder) Error added in v0.4.6

func (mr *MockGroupScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call

Error indicates an expected call of Error.

func (*MockGroupScopeMockRecorder) Info added in v0.4.6

func (mr *MockGroupScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call

Info indicates an expected call of Info.

func (*MockGroupScopeMockRecorder) Location added in v0.4.6

func (mr *MockGroupScopeMockRecorder) Location() *gomock.Call

Location indicates an expected call of Location.

func (*MockGroupScopeMockRecorder) ResourceGroup added in v0.4.6

func (mr *MockGroupScopeMockRecorder) ResourceGroup() *gomock.Call

ResourceGroup indicates an expected call of ResourceGroup.

func (*MockGroupScopeMockRecorder) SubscriptionID added in v0.4.6

func (mr *MockGroupScopeMockRecorder) SubscriptionID() *gomock.Call

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockGroupScopeMockRecorder) TenantID added in v0.4.7

func (mr *MockGroupScopeMockRecorder) TenantID() *gomock.Call

TenantID indicates an expected call of TenantID.

func (*MockGroupScopeMockRecorder) V added in v0.4.6

func (mr *MockGroupScopeMockRecorder) V(level interface{}) *gomock.Call

V indicates an expected call of V.

func (*MockGroupScopeMockRecorder) WithName added in v0.4.6

func (mr *MockGroupScopeMockRecorder) WithName(name interface{}) *gomock.Call

WithName indicates an expected call of WithName.

func (*MockGroupScopeMockRecorder) WithValues added in v0.4.6

func (mr *MockGroupScopeMockRecorder) WithValues(keysAndValues ...interface{}) *gomock.Call

WithValues indicates an expected call of WithValues.

type Mockclient added in v0.4.10

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

Mockclient is a mock of client interface.

func NewMockclient added in v0.4.10

func NewMockclient(ctrl *gomock.Controller) *Mockclient

NewMockclient creates a new mock instance.

func (*Mockclient) CreateOrUpdate added in v0.4.10

func (m *Mockclient) CreateOrUpdate(arg0 context.Context, arg1 string, arg2 resources.Group) (resources.Group, error)

CreateOrUpdate mocks base method.

func (*Mockclient) Delete added in v0.4.10

func (m *Mockclient) Delete(arg0 context.Context, arg1 string) error

Delete mocks base method.

func (*Mockclient) EXPECT added in v0.4.10

func (m *Mockclient) EXPECT() *MockclientMockRecorder

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

func (*Mockclient) Get added in v0.4.10

func (m *Mockclient) Get(arg0 context.Context, arg1 string) (resources.Group, error)

Get mocks base method.

type MockclientMockRecorder added in v0.4.10

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

MockclientMockRecorder is the mock recorder for Mockclient.

func (*MockclientMockRecorder) CreateOrUpdate added in v0.4.10

func (mr *MockclientMockRecorder) CreateOrUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockclientMockRecorder) Delete added in v0.4.10

func (mr *MockclientMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockclientMockRecorder) Get added in v0.4.10

func (mr *MockclientMockRecorder) Get(arg0, arg1 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