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) BaseURI() string
- func (m *MockRoleAssignmentScope) ClientID() string
- func (m *MockRoleAssignmentScope) ClientSecret() string
- func (m *MockRoleAssignmentScope) CloudEnvironment() string
- func (m *MockRoleAssignmentScope) DefaultedAzureCallTimeout() time.Duration
- func (m *MockRoleAssignmentScope) DefaultedAzureServiceReconcileTimeout() time.Duration
- func (m *MockRoleAssignmentScope) DefaultedReconcilerRequeue() time.Duration
- func (m *MockRoleAssignmentScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
- func (m *MockRoleAssignmentScope) EXPECT() *MockRoleAssignmentScopeMockRecorder
- func (m *MockRoleAssignmentScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
- func (m *MockRoleAssignmentScope) HasSystemAssignedIdentity() bool
- func (m *MockRoleAssignmentScope) HashKey() string
- func (m *MockRoleAssignmentScope) Name() string
- func (m *MockRoleAssignmentScope) ResourceGroup() string
- func (m *MockRoleAssignmentScope) RoleAssignmentResourceType() string
- func (m *MockRoleAssignmentScope) RoleAssignmentSpecs(principalID *string) []azure.ResourceSpecGetter
- func (m *MockRoleAssignmentScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
- func (m *MockRoleAssignmentScope) SubscriptionID() string
- func (m *MockRoleAssignmentScope) TenantID() string
- func (m *MockRoleAssignmentScope) Token() azcore.TokenCredential
- func (m *MockRoleAssignmentScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockRoleAssignmentScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockRoleAssignmentScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- type MockRoleAssignmentScopeMockRecorder
- 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) DefaultedAzureCallTimeout() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) HasSystemAssignedIdentity() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) Name() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) ResourceGroup() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) RoleAssignmentResourceType() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) RoleAssignmentSpecs(principalID any) *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) Token() *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockRoleAssignmentScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call
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) 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) DefaultedAzureCallTimeout ¶ added in v1.13.0
func (m *MockRoleAssignmentScope) DefaultedAzureCallTimeout() time.Duration
DefaultedAzureCallTimeout mocks base method.
func (*MockRoleAssignmentScope) DefaultedAzureServiceReconcileTimeout ¶ added in v1.13.0
func (m *MockRoleAssignmentScope) DefaultedAzureServiceReconcileTimeout() time.Duration
DefaultedAzureServiceReconcileTimeout mocks base method.
func (*MockRoleAssignmentScope) DefaultedReconcilerRequeue ¶ added in v1.13.0
func (m *MockRoleAssignmentScope) DefaultedReconcilerRequeue() time.Duration
DefaultedReconcilerRequeue mocks base method.
func (*MockRoleAssignmentScope) DeleteLongRunningOperationState ¶ added in v1.3.0
func (m *MockRoleAssignmentScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
DeleteLongRunningOperationState 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) GetLongRunningOperationState ¶ added in v1.3.0
func (m *MockRoleAssignmentScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
GetLongRunningOperationState mocks base method.
func (*MockRoleAssignmentScope) HasSystemAssignedIdentity ¶ added in v1.3.0
func (m *MockRoleAssignmentScope) HasSystemAssignedIdentity() bool
HasSystemAssignedIdentity mocks base method.
func (*MockRoleAssignmentScope) HashKey ¶
func (m *MockRoleAssignmentScope) HashKey() string
HashKey mocks base method.
func (*MockRoleAssignmentScope) Name ¶ added in v1.3.0
func (m *MockRoleAssignmentScope) Name() string
Name mocks base method.
func (*MockRoleAssignmentScope) ResourceGroup ¶
func (m *MockRoleAssignmentScope) ResourceGroup() string
ResourceGroup mocks base method.
func (*MockRoleAssignmentScope) RoleAssignmentResourceType ¶ added in v1.3.0
func (m *MockRoleAssignmentScope) RoleAssignmentResourceType() string
RoleAssignmentResourceType mocks base method.
func (*MockRoleAssignmentScope) RoleAssignmentSpecs ¶
func (m *MockRoleAssignmentScope) RoleAssignmentSpecs(principalID *string) []azure.ResourceSpecGetter
RoleAssignmentSpecs mocks base method.
func (*MockRoleAssignmentScope) SetLongRunningOperationState ¶ added in v1.3.0
func (m *MockRoleAssignmentScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
SetLongRunningOperationState 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) Token ¶ added in v1.11.0
func (m *MockRoleAssignmentScope) Token() azcore.TokenCredential
Token mocks base method.
func (*MockRoleAssignmentScope) UpdateDeleteStatus ¶ added in v1.3.0
func (m *MockRoleAssignmentScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdateDeleteStatus mocks base method.
func (*MockRoleAssignmentScope) UpdatePatchStatus ¶ added in v1.3.0
func (m *MockRoleAssignmentScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePatchStatus mocks base method.
func (*MockRoleAssignmentScope) UpdatePutStatus ¶ added in v1.3.0
func (m *MockRoleAssignmentScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePutStatus mocks base method.
type MockRoleAssignmentScopeMockRecorder ¶
type MockRoleAssignmentScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockRoleAssignmentScopeMockRecorder is the mock recorder for MockRoleAssignmentScope.
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) DefaultedAzureCallTimeout ¶ added in v1.13.0
func (mr *MockRoleAssignmentScopeMockRecorder) DefaultedAzureCallTimeout() *gomock.Call
DefaultedAzureCallTimeout indicates an expected call of DefaultedAzureCallTimeout.
func (*MockRoleAssignmentScopeMockRecorder) DefaultedAzureServiceReconcileTimeout ¶ added in v1.13.0
func (mr *MockRoleAssignmentScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call
DefaultedAzureServiceReconcileTimeout indicates an expected call of DefaultedAzureServiceReconcileTimeout.
func (*MockRoleAssignmentScopeMockRecorder) DefaultedReconcilerRequeue ¶ added in v1.13.0
func (mr *MockRoleAssignmentScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call
DefaultedReconcilerRequeue indicates an expected call of DefaultedReconcilerRequeue.
func (*MockRoleAssignmentScopeMockRecorder) DeleteLongRunningOperationState ¶ added in v1.3.0
func (mr *MockRoleAssignmentScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockRoleAssignmentScopeMockRecorder) GetLongRunningOperationState ¶ added in v1.3.0
func (mr *MockRoleAssignmentScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.
func (*MockRoleAssignmentScopeMockRecorder) HasSystemAssignedIdentity ¶ added in v1.3.0
func (mr *MockRoleAssignmentScopeMockRecorder) HasSystemAssignedIdentity() *gomock.Call
HasSystemAssignedIdentity indicates an expected call of HasSystemAssignedIdentity.
func (*MockRoleAssignmentScopeMockRecorder) HashKey ¶
func (mr *MockRoleAssignmentScopeMockRecorder) HashKey() *gomock.Call
HashKey indicates an expected call of HashKey.
func (*MockRoleAssignmentScopeMockRecorder) Name ¶ added in v1.3.0
func (mr *MockRoleAssignmentScopeMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockRoleAssignmentScopeMockRecorder) ResourceGroup ¶
func (mr *MockRoleAssignmentScopeMockRecorder) ResourceGroup() *gomock.Call
ResourceGroup indicates an expected call of ResourceGroup.
func (*MockRoleAssignmentScopeMockRecorder) RoleAssignmentResourceType ¶ added in v1.3.0
func (mr *MockRoleAssignmentScopeMockRecorder) RoleAssignmentResourceType() *gomock.Call
RoleAssignmentResourceType indicates an expected call of RoleAssignmentResourceType.
func (*MockRoleAssignmentScopeMockRecorder) RoleAssignmentSpecs ¶
func (mr *MockRoleAssignmentScopeMockRecorder) RoleAssignmentSpecs(principalID any) *gomock.Call
RoleAssignmentSpecs indicates an expected call of RoleAssignmentSpecs.
func (*MockRoleAssignmentScopeMockRecorder) SetLongRunningOperationState ¶ added in v1.3.0
func (mr *MockRoleAssignmentScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call
SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.
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) Token ¶ added in v1.11.0
func (mr *MockRoleAssignmentScopeMockRecorder) Token() *gomock.Call
Token indicates an expected call of Token.
func (*MockRoleAssignmentScopeMockRecorder) UpdateDeleteStatus ¶ added in v1.3.0
func (mr *MockRoleAssignmentScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockRoleAssignmentScopeMockRecorder) UpdatePatchStatus ¶ added in v1.3.0
func (mr *MockRoleAssignmentScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockRoleAssignmentScopeMockRecorder) UpdatePutStatus ¶ added in v1.3.0
func (mr *MockRoleAssignmentScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.