Documentation ¶
Overview ¶
Run go generate to regenerate this mock.
Package mock_securitygroups is a generated GoMock package.
Index ¶
- type MockNSGScope
- func (m *MockNSGScope) Authorizer() autorest.Authorizer
- func (m *MockNSGScope) BaseURI() string
- func (m *MockNSGScope) ClientID() string
- func (m *MockNSGScope) ClientSecret() string
- func (m *MockNSGScope) CloudEnvironment() string
- 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) 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) Authorizer() *gomock.Call
- 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) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNSGScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *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 interface{}) *gomock.Call
- func (mr *MockNSGScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockNSGScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNSGScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockNSGScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *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) Authorizer ¶
func (m *MockNSGScope) Authorizer() autorest.Authorizer
Authorizer 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) 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) 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) Authorizer ¶
func (mr *MockNSGScopeMockRecorder) Authorizer() *gomock.Call
Authorizer indicates an expected call of Authorizer.
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) DeleteLongRunningOperationState ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockNSGScopeMockRecorder) GetLongRunningOperationState ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *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 interface{}) *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) UpdateDeleteStatus ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockNSGScopeMockRecorder) UpdatePatchStatus ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockNSGScopeMockRecorder) UpdatePutStatus ¶ added in v1.3.0
func (mr *MockNSGScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.