Documentation ¶
Overview ¶
Run go generate to regenerate this mock.
Package mock_securitygroups is a generated GoMock package.
Index ¶
- type MockNSGScope
- func (m *MockNSGScope) BaseURI() string
- func (m *MockNSGScope) ClientID() string
- func (m *MockNSGScope) ClientSecret() string
- func (m *MockNSGScope) CloudEnvironment() string
- func (m *MockNSGScope) DefaultedAzureCallTimeout() time.Duration
- func (m *MockNSGScope) DefaultedAzureServiceReconcileTimeout() time.Duration
- func (m *MockNSGScope) DefaultedReconcilerRequeue() time.Duration
- func (m *MockNSGScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
- func (m *MockNSGScope) EXPECT() *MockNSGScopeMockRecorder
- func (m *MockNSGScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
- func (m *MockNSGScope) HashKey() string
- func (m *MockNSGScope) IsVnetManaged() bool
- func (m *MockNSGScope) NSGSpecs() []azure.ResourceSpecGetter
- func (m *MockNSGScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
- func (m *MockNSGScope) SubscriptionID() string
- func (m *MockNSGScope) TenantID() string
- func (m *MockNSGScope) Token() azcore.TokenCredential
- func (m *MockNSGScope) UpdateAnnotationJSON(arg0 string, arg1 map[string]any) error
- func (m *MockNSGScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockNSGScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockNSGScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- type MockNSGScopeMockRecorder
- func (mr *MockNSGScopeMockRecorder) BaseURI() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) ClientID() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) ClientSecret() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) CloudEnvironment() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) DefaultedAzureCallTimeout() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockNSGScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockNSGScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) IsVnetManaged() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) NSGSpecs() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call
- func (mr *MockNSGScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) Token() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) UpdateAnnotationJSON(arg0, arg1 any) *gomock.Call
- func (mr *MockNSGScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockNSGScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockNSGScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNSGScope ¶
type MockNSGScope struct {
// contains filtered or unexported fields
}
MockNSGScope is a mock of NSGScope interface.
func NewMockNSGScope ¶
func NewMockNSGScope(ctrl *gomock.Controller) *MockNSGScope
NewMockNSGScope creates a new mock instance.
func (*MockNSGScope) ClientID ¶
func (m *MockNSGScope) ClientID() string
ClientID mocks base method.
func (*MockNSGScope) ClientSecret ¶
func (m *MockNSGScope) ClientSecret() string
ClientSecret mocks base method.
func (*MockNSGScope) CloudEnvironment ¶
func (m *MockNSGScope) CloudEnvironment() string
CloudEnvironment mocks base method.
func (*MockNSGScope) DefaultedAzureCallTimeout ¶ added in v1.13.0
func (m *MockNSGScope) DefaultedAzureCallTimeout() time.Duration
DefaultedAzureCallTimeout mocks base method.
func (*MockNSGScope) DefaultedAzureServiceReconcileTimeout ¶ added in v1.13.0
func (m *MockNSGScope) DefaultedAzureServiceReconcileTimeout() time.Duration
DefaultedAzureServiceReconcileTimeout mocks base method.
func (*MockNSGScope) DefaultedReconcilerRequeue ¶ added in v1.13.0
func (m *MockNSGScope) DefaultedReconcilerRequeue() time.Duration
DefaultedReconcilerRequeue mocks base method.
func (*MockNSGScope) DeleteLongRunningOperationState ¶ added in v1.3.0
func (m *MockNSGScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
DeleteLongRunningOperationState mocks base method.
func (*MockNSGScope) EXPECT ¶
func (m *MockNSGScope) EXPECT() *MockNSGScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNSGScope) GetLongRunningOperationState ¶ added in v1.3.0
func (m *MockNSGScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
GetLongRunningOperationState mocks base method.
func (*MockNSGScope) IsVnetManaged ¶
func (m *MockNSGScope) IsVnetManaged() bool
IsVnetManaged mocks base method.
func (*MockNSGScope) NSGSpecs ¶
func (m *MockNSGScope) NSGSpecs() []azure.ResourceSpecGetter
NSGSpecs mocks base method.
func (*MockNSGScope) SetLongRunningOperationState ¶ added in v1.3.0
func (m *MockNSGScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
SetLongRunningOperationState mocks base method.
func (*MockNSGScope) SubscriptionID ¶
func (m *MockNSGScope) SubscriptionID() string
SubscriptionID mocks base method.
func (*MockNSGScope) TenantID ¶
func (m *MockNSGScope) TenantID() string
TenantID mocks base method.
func (*MockNSGScope) Token ¶ added in v1.11.0
func (m *MockNSGScope) Token() azcore.TokenCredential
Token mocks base method.
func (*MockNSGScope) UpdateAnnotationJSON ¶ added in v1.8.7
func (m *MockNSGScope) UpdateAnnotationJSON(arg0 string, arg1 map[string]any) error
UpdateAnnotationJSON mocks base method.
func (*MockNSGScope) UpdateDeleteStatus ¶ added in v1.3.0
func (m *MockNSGScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdateDeleteStatus mocks base method.
func (*MockNSGScope) UpdatePatchStatus ¶ added in v1.3.0
func (m *MockNSGScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePatchStatus mocks base method.
func (*MockNSGScope) UpdatePutStatus ¶ added in v1.3.0
func (m *MockNSGScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePutStatus mocks base method.
type MockNSGScopeMockRecorder ¶
type MockNSGScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockNSGScopeMockRecorder is the mock recorder for MockNSGScope.
func (*MockNSGScopeMockRecorder) BaseURI ¶
func (mr *MockNSGScopeMockRecorder) BaseURI() *gomock.Call
BaseURI indicates an expected call of BaseURI.
func (*MockNSGScopeMockRecorder) ClientID ¶
func (mr *MockNSGScopeMockRecorder) ClientID() *gomock.Call
ClientID indicates an expected call of ClientID.
func (*MockNSGScopeMockRecorder) ClientSecret ¶
func (mr *MockNSGScopeMockRecorder) ClientSecret() *gomock.Call
ClientSecret indicates an expected call of ClientSecret.
func (*MockNSGScopeMockRecorder) CloudEnvironment ¶
func (mr *MockNSGScopeMockRecorder) CloudEnvironment() *gomock.Call
CloudEnvironment indicates an expected call of CloudEnvironment.
func (*MockNSGScopeMockRecorder) DefaultedAzureCallTimeout ¶ added in v1.13.0
func (mr *MockNSGScopeMockRecorder) DefaultedAzureCallTimeout() *gomock.Call
DefaultedAzureCallTimeout indicates an expected call of DefaultedAzureCallTimeout.
func (*MockNSGScopeMockRecorder) DefaultedAzureServiceReconcileTimeout ¶ added in v1.13.0
func (mr *MockNSGScopeMockRecorder) DefaultedAzureServiceReconcileTimeout() *gomock.Call
DefaultedAzureServiceReconcileTimeout indicates an expected call of DefaultedAzureServiceReconcileTimeout.
func (*MockNSGScopeMockRecorder) DefaultedReconcilerRequeue ¶ added in v1.13.0
func (mr *MockNSGScopeMockRecorder) DefaultedReconcilerRequeue() *gomock.Call
DefaultedReconcilerRequeue indicates an expected call of DefaultedReconcilerRequeue.
func (*MockNSGScopeMockRecorder) DeleteLongRunningOperationState ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockNSGScopeMockRecorder) GetLongRunningOperationState ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.
func (*MockNSGScopeMockRecorder) HashKey ¶
func (mr *MockNSGScopeMockRecorder) HashKey() *gomock.Call
HashKey indicates an expected call of HashKey.
func (*MockNSGScopeMockRecorder) IsVnetManaged ¶
func (mr *MockNSGScopeMockRecorder) IsVnetManaged() *gomock.Call
IsVnetManaged indicates an expected call of IsVnetManaged.
func (*MockNSGScopeMockRecorder) NSGSpecs ¶
func (mr *MockNSGScopeMockRecorder) NSGSpecs() *gomock.Call
NSGSpecs indicates an expected call of NSGSpecs.
func (*MockNSGScopeMockRecorder) SetLongRunningOperationState ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call
SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.
func (*MockNSGScopeMockRecorder) SubscriptionID ¶
func (mr *MockNSGScopeMockRecorder) SubscriptionID() *gomock.Call
SubscriptionID indicates an expected call of SubscriptionID.
func (*MockNSGScopeMockRecorder) TenantID ¶
func (mr *MockNSGScopeMockRecorder) TenantID() *gomock.Call
TenantID indicates an expected call of TenantID.
func (*MockNSGScopeMockRecorder) Token ¶ added in v1.11.0
func (mr *MockNSGScopeMockRecorder) Token() *gomock.Call
Token indicates an expected call of Token.
func (*MockNSGScopeMockRecorder) UpdateAnnotationJSON ¶ added in v1.8.7
func (mr *MockNSGScopeMockRecorder) UpdateAnnotationJSON(arg0, arg1 any) *gomock.Call
UpdateAnnotationJSON indicates an expected call of UpdateAnnotationJSON.
func (*MockNSGScopeMockRecorder) UpdateDeleteStatus ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockNSGScopeMockRecorder) UpdatePatchStatus ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockNSGScopeMockRecorder) UpdatePutStatus ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.