mock_securitygroups

package
v1.14.3 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Run go generate to regenerate this mock.

Package mock_securitygroups is a generated GoMock package.

Index

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

func (m *MockNSGScope) BaseURI() string

BaseURI mocks base method.

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

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

func (m *MockNSGScope) HashKey() string

HashKey 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.

Jump to

Keyboard shortcuts

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