mock_disks

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_disks is a generated GoMock package.

Package mock_disks is a generated GoMock package.

Run go generate to regenerate this mock.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDiskScope

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

MockDiskScope is a mock of DiskScope interface.

func NewMockDiskScope

func NewMockDiskScope(ctrl *gomock.Controller) *MockDiskScope

NewMockDiskScope creates a new mock instance.

func (*MockDiskScope) AdditionalTags

func (m *MockDiskScope) AdditionalTags() v1alpha4.Tags

AdditionalTags mocks base method.

func (*MockDiskScope) Authorizer

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

Authorizer mocks base method.

func (*MockDiskScope) AvailabilitySetEnabled

func (m *MockDiskScope) AvailabilitySetEnabled() bool

AvailabilitySetEnabled mocks base method.

func (*MockDiskScope) BaseURI

func (m *MockDiskScope) BaseURI() string

BaseURI mocks base method.

func (*MockDiskScope) ClientID

func (m *MockDiskScope) ClientID() string

ClientID mocks base method.

func (*MockDiskScope) ClientSecret

func (m *MockDiskScope) ClientSecret() string

ClientSecret mocks base method.

func (*MockDiskScope) CloudEnvironment

func (m *MockDiskScope) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockDiskScope) CloudProviderConfigOverrides

func (m *MockDiskScope) CloudProviderConfigOverrides() *v1alpha4.CloudProviderConfigOverrides

CloudProviderConfigOverrides mocks base method.

func (*MockDiskScope) ClusterName

func (m *MockDiskScope) ClusterName() string

ClusterName mocks base method.

func (*MockDiskScope) DiskSpecs

func (m *MockDiskScope) DiskSpecs() []azure.DiskSpec

DiskSpecs mocks base method.

func (*MockDiskScope) EXPECT

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

func (*MockDiskScope) Enabled

func (m *MockDiskScope) Enabled() bool

Enabled mocks base method.

func (*MockDiskScope) Error

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

Error mocks base method.

func (*MockDiskScope) HashKey

func (m *MockDiskScope) HashKey() string

HashKey mocks base method.

func (*MockDiskScope) Info

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

Info mocks base method.

func (*MockDiskScope) Location

func (m *MockDiskScope) Location() string

Location mocks base method.

func (*MockDiskScope) ResourceGroup

func (m *MockDiskScope) ResourceGroup() string

ResourceGroup mocks base method.

func (*MockDiskScope) SubscriptionID

func (m *MockDiskScope) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockDiskScope) TenantID

func (m *MockDiskScope) TenantID() string

TenantID mocks base method.

func (*MockDiskScope) V

func (m *MockDiskScope) V(level int) logr.Logger

V mocks base method.

func (*MockDiskScope) WithName

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

WithName mocks base method.

func (*MockDiskScope) WithValues

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

WithValues mocks base method.

type MockDiskScopeMockRecorder

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

MockDiskScopeMockRecorder is the mock recorder for MockDiskScope.

func (*MockDiskScopeMockRecorder) AdditionalTags

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

AdditionalTags indicates an expected call of AdditionalTags.

func (*MockDiskScopeMockRecorder) Authorizer

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

Authorizer indicates an expected call of Authorizer.

func (*MockDiskScopeMockRecorder) AvailabilitySetEnabled

func (mr *MockDiskScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call

AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.

func (*MockDiskScopeMockRecorder) BaseURI

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

BaseURI indicates an expected call of BaseURI.

func (*MockDiskScopeMockRecorder) ClientID

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

ClientID indicates an expected call of ClientID.

func (*MockDiskScopeMockRecorder) ClientSecret

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

ClientSecret indicates an expected call of ClientSecret.

func (*MockDiskScopeMockRecorder) CloudEnvironment

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

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockDiskScopeMockRecorder) CloudProviderConfigOverrides

func (mr *MockDiskScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call

CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.

func (*MockDiskScopeMockRecorder) ClusterName

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

ClusterName indicates an expected call of ClusterName.

func (*MockDiskScopeMockRecorder) DiskSpecs

func (mr *MockDiskScopeMockRecorder) DiskSpecs() *gomock.Call

DiskSpecs indicates an expected call of DiskSpecs.

func (*MockDiskScopeMockRecorder) Enabled

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

Enabled indicates an expected call of Enabled.

func (*MockDiskScopeMockRecorder) Error

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

Error indicates an expected call of Error.

func (*MockDiskScopeMockRecorder) HashKey

func (mr *MockDiskScopeMockRecorder) HashKey() *gomock.Call

HashKey indicates an expected call of HashKey.

func (*MockDiskScopeMockRecorder) Info

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

Info indicates an expected call of Info.

func (*MockDiskScopeMockRecorder) Location

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

Location indicates an expected call of Location.

func (*MockDiskScopeMockRecorder) ResourceGroup

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

ResourceGroup indicates an expected call of ResourceGroup.

func (*MockDiskScopeMockRecorder) SubscriptionID

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

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockDiskScopeMockRecorder) TenantID

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

TenantID indicates an expected call of TenantID.

func (*MockDiskScopeMockRecorder) V

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

V indicates an expected call of V.

func (*MockDiskScopeMockRecorder) WithName

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

WithName indicates an expected call of WithName.

func (*MockDiskScopeMockRecorder) WithValues

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

WithValues indicates an expected call of WithValues.

type Mockclient

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

Mockclient is a mock of client interface.

func NewMockclient

func NewMockclient(ctrl *gomock.Controller) *Mockclient

NewMockclient creates a new mock instance.

func (*Mockclient) Delete

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

Delete mocks base method.

func (*Mockclient) EXPECT

func (m *Mockclient) EXPECT() *MockclientMockRecorder

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

type MockclientMockRecorder

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

MockclientMockRecorder is the mock recorder for Mockclient.

func (*MockclientMockRecorder) Delete

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

Delete indicates an expected call of Delete.

Jump to

Keyboard shortcuts

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