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 ¶
- type MockRoleAssignmentScope
- func (m *MockRoleAssignmentScope) AdditionalTags() v1beta1.Tags
- func (m *MockRoleAssignmentScope) Authorizer() autorest.Authorizer
- func (m *MockRoleAssignmentScope) AvailabilitySetEnabled() bool
- func (m *MockRoleAssignmentScope) BaseURI() string
- func (m *MockRoleAssignmentScope) ClientID() string
- func (m *MockRoleAssignmentScope) ClientSecret() string
- func (m *MockRoleAssignmentScope) CloudEnvironment() string
- func (m *MockRoleAssignmentScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides
- func (m *MockRoleAssignmentScope) ClusterName() string
- func (m *MockRoleAssignmentScope) EXPECT() *MockRoleAssignmentScopeMockRecorder
- func (m *MockRoleAssignmentScope) Enabled() bool
- func (m *MockRoleAssignmentScope) Error(err error, msg string, keysAndValues ...interface{})
- func (m *MockRoleAssignmentScope) FailureDomains() []string
- func (m *MockRoleAssignmentScope) HashKey() string
- func (m *MockRoleAssignmentScope) Info(msg string, keysAndValues ...interface{})
- func (m *MockRoleAssignmentScope) Location() string
- func (m *MockRoleAssignmentScope) ResourceGroup() string
- func (m *MockRoleAssignmentScope) RoleAssignmentSpecs() []azure.RoleAssignmentSpec
- func (m *MockRoleAssignmentScope) SubscriptionID() string
- func (m *MockRoleAssignmentScope) TenantID() string
- func (m *MockRoleAssignmentScope) V(level int) logr.Logger
- func (m *MockRoleAssignmentScope) WithName(name string) logr.Logger
- func (m *MockRoleAssignmentScope) WithValues(keysAndValues ...interface{}) logr.Logger
- type MockRoleAssignmentScopeMockRecorder
- func (mr *MockRoleAssignmentScopeMockRecorder) AdditionalTags() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) Authorizer() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) BaseURI() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) ClientID() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) ClientSecret() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) CloudEnvironment() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) ClusterName() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) Enabled() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) FailureDomains() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) Location() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) ResourceGroup() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) RoleAssignmentSpecs() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) V(level interface{}) *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) WithName(name interface{}) *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) WithValues(keysAndValues ...interface{}) *gomock.Call
- type Mockclient
- type MockclientMockRecorder
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 ¶
func (m *MockRoleAssignmentScope) Authorizer() autorest.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 ¶
func (m *MockRoleAssignmentScope) EXPECT() *MockRoleAssignmentScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRoleAssignmentScope) Enabled ¶
func (m *MockRoleAssignmentScope) Enabled() bool
Enabled mocks base method.
func (*MockRoleAssignmentScope) Error ¶
func (m *MockRoleAssignmentScope) Error(err error, msg string, keysAndValues ...interface{})
Error mocks base method.
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) Info ¶
func (m *MockRoleAssignmentScope) Info(msg string, keysAndValues ...interface{})
Info 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.
func (*MockRoleAssignmentScope) V ¶
func (m *MockRoleAssignmentScope) V(level int) logr.Logger
V mocks base method.
func (*MockRoleAssignmentScope) WithName ¶
func (m *MockRoleAssignmentScope) WithName(name string) logr.Logger
WithName mocks base method.
func (*MockRoleAssignmentScope) WithValues ¶
func (m *MockRoleAssignmentScope) WithValues(keysAndValues ...interface{}) logr.Logger
WithValues 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 ¶
func (mr *MockRoleAssignmentScopeMockRecorder) Authorizer() *gomock.Call
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 ¶
func (mr *MockRoleAssignmentScopeMockRecorder) BaseURI() *gomock.Call
BaseURI indicates an expected call of BaseURI.
func (*MockRoleAssignmentScopeMockRecorder) ClientID ¶
func (mr *MockRoleAssignmentScopeMockRecorder) ClientID() *gomock.Call
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) Enabled ¶
func (mr *MockRoleAssignmentScopeMockRecorder) Enabled() *gomock.Call
Enabled indicates an expected call of Enabled.
func (*MockRoleAssignmentScopeMockRecorder) Error ¶
func (mr *MockRoleAssignmentScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call
Error indicates an expected call of Error.
func (*MockRoleAssignmentScopeMockRecorder) FailureDomains ¶ added in v0.5.3
func (mr *MockRoleAssignmentScopeMockRecorder) FailureDomains() *gomock.Call
FailureDomains indicates an expected call of FailureDomains.
func (*MockRoleAssignmentScopeMockRecorder) HashKey ¶
func (mr *MockRoleAssignmentScopeMockRecorder) HashKey() *gomock.Call
HashKey indicates an expected call of HashKey.
func (*MockRoleAssignmentScopeMockRecorder) Info ¶
func (mr *MockRoleAssignmentScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call
Info indicates an expected call of Info.
func (*MockRoleAssignmentScopeMockRecorder) Location ¶
func (mr *MockRoleAssignmentScopeMockRecorder) Location() *gomock.Call
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 ¶
func (mr *MockRoleAssignmentScopeMockRecorder) TenantID() *gomock.Call
TenantID indicates an expected call of TenantID.
func (*MockRoleAssignmentScopeMockRecorder) V ¶
func (mr *MockRoleAssignmentScopeMockRecorder) V(level interface{}) *gomock.Call
V indicates an expected call of V.
func (*MockRoleAssignmentScopeMockRecorder) WithName ¶
func (mr *MockRoleAssignmentScopeMockRecorder) WithName(name interface{}) *gomock.Call
WithName indicates an expected call of WithName.
func (*MockRoleAssignmentScopeMockRecorder) WithValues ¶
func (mr *MockRoleAssignmentScopeMockRecorder) 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) Create ¶
func (m *Mockclient) Create(arg0 context.Context, arg1, arg2 string, arg3 authorization.RoleAssignmentCreateParameters) (authorization.RoleAssignment, error)
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.