mock_roleassignments

package
v1.2.0 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_roleassignments is a generated GoMock package.

Run go generate to regenerate this mock.

Package mock_roleassignments is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRoleAssignmentScope

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

MockRoleAssignmentScope is a mock of RoleAssignmentScope interface.

func NewMockRoleAssignmentScope

func NewMockRoleAssignmentScope(ctrl *gomock.Controller) *MockRoleAssignmentScope

NewMockRoleAssignmentScope creates a new mock instance.

func (*MockRoleAssignmentScope) AdditionalTags

func (m *MockRoleAssignmentScope) AdditionalTags() v1beta1.Tags

AdditionalTags mocks base method.

func (*MockRoleAssignmentScope) Authorizer

Authorizer mocks base method.

func (*MockRoleAssignmentScope) AvailabilitySetEnabled

func (m *MockRoleAssignmentScope) AvailabilitySetEnabled() bool

AvailabilitySetEnabled mocks base method.

func (*MockRoleAssignmentScope) BaseURI

func (m *MockRoleAssignmentScope) BaseURI() string

BaseURI mocks base method.

func (*MockRoleAssignmentScope) ClientID

func (m *MockRoleAssignmentScope) ClientID() string

ClientID mocks base method.

func (*MockRoleAssignmentScope) ClientSecret

func (m *MockRoleAssignmentScope) ClientSecret() string

ClientSecret mocks base method.

func (*MockRoleAssignmentScope) CloudEnvironment

func (m *MockRoleAssignmentScope) CloudEnvironment() string

CloudEnvironment mocks base method.

func (*MockRoleAssignmentScope) CloudProviderConfigOverrides

func (m *MockRoleAssignmentScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides

CloudProviderConfigOverrides mocks base method.

func (*MockRoleAssignmentScope) ClusterName

func (m *MockRoleAssignmentScope) ClusterName() string

ClusterName mocks base method.

func (*MockRoleAssignmentScope) EXPECT

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

func (*MockRoleAssignmentScope) FailureDomains added in v0.5.3

func (m *MockRoleAssignmentScope) FailureDomains() []string

FailureDomains mocks base method.

func (*MockRoleAssignmentScope) HashKey

func (m *MockRoleAssignmentScope) HashKey() string

HashKey mocks base method.

func (*MockRoleAssignmentScope) Location

func (m *MockRoleAssignmentScope) Location() string

Location mocks base method.

func (*MockRoleAssignmentScope) ResourceGroup

func (m *MockRoleAssignmentScope) ResourceGroup() string

ResourceGroup mocks base method.

func (*MockRoleAssignmentScope) RoleAssignmentSpecs

func (m *MockRoleAssignmentScope) RoleAssignmentSpecs() []azure.RoleAssignmentSpec

RoleAssignmentSpecs mocks base method.

func (*MockRoleAssignmentScope) SubscriptionID

func (m *MockRoleAssignmentScope) SubscriptionID() string

SubscriptionID mocks base method.

func (*MockRoleAssignmentScope) TenantID

func (m *MockRoleAssignmentScope) TenantID() string

TenantID mocks base method.

type MockRoleAssignmentScopeMockRecorder

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

MockRoleAssignmentScopeMockRecorder is the mock recorder for MockRoleAssignmentScope.

func (*MockRoleAssignmentScopeMockRecorder) AdditionalTags

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

AdditionalTags indicates an expected call of AdditionalTags.

func (*MockRoleAssignmentScopeMockRecorder) Authorizer

Authorizer indicates an expected call of Authorizer.

func (*MockRoleAssignmentScopeMockRecorder) AvailabilitySetEnabled

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

AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.

func (*MockRoleAssignmentScopeMockRecorder) BaseURI

BaseURI indicates an expected call of BaseURI.

func (*MockRoleAssignmentScopeMockRecorder) ClientID

ClientID indicates an expected call of ClientID.

func (*MockRoleAssignmentScopeMockRecorder) ClientSecret

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

ClientSecret indicates an expected call of ClientSecret.

func (*MockRoleAssignmentScopeMockRecorder) CloudEnvironment

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

CloudEnvironment indicates an expected call of CloudEnvironment.

func (*MockRoleAssignmentScopeMockRecorder) CloudProviderConfigOverrides

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

CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.

func (*MockRoleAssignmentScopeMockRecorder) ClusterName

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

ClusterName indicates an expected call of ClusterName.

func (*MockRoleAssignmentScopeMockRecorder) FailureDomains added in v0.5.3

func (mr *MockRoleAssignmentScopeMockRecorder) FailureDomains() *gomock.Call

FailureDomains indicates an expected call of FailureDomains.

func (*MockRoleAssignmentScopeMockRecorder) HashKey

HashKey indicates an expected call of HashKey.

func (*MockRoleAssignmentScopeMockRecorder) Location

Location indicates an expected call of Location.

func (*MockRoleAssignmentScopeMockRecorder) ResourceGroup

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

ResourceGroup indicates an expected call of ResourceGroup.

func (*MockRoleAssignmentScopeMockRecorder) RoleAssignmentSpecs

func (mr *MockRoleAssignmentScopeMockRecorder) RoleAssignmentSpecs() *gomock.Call

RoleAssignmentSpecs indicates an expected call of RoleAssignmentSpecs.

func (*MockRoleAssignmentScopeMockRecorder) SubscriptionID

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

SubscriptionID indicates an expected call of SubscriptionID.

func (*MockRoleAssignmentScopeMockRecorder) TenantID

TenantID indicates an expected call of TenantID.

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) Create

Create 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) Create

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

Create indicates an expected call of Create.

Jump to

Keyboard shortcuts

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