Documentation ¶
Overview ¶
Run go generate to regenerate this mock.
Package mock_subnets is a generated GoMock package.
Index ¶
- type MockSubnetScope
- func (m *MockSubnetScope) Authorizer() autorest.Authorizer
- func (m *MockSubnetScope) BaseURI() string
- func (m *MockSubnetScope) ClientID() string
- func (m *MockSubnetScope) ClientSecret() string
- func (m *MockSubnetScope) CloudEnvironment() string
- func (m *MockSubnetScope) DeleteLongRunningOperationState(arg0, arg1 string)
- func (m *MockSubnetScope) EXPECT() *MockSubnetScopeMockRecorder
- func (m *MockSubnetScope) GetLongRunningOperationState(arg0, arg1 string) *v1beta1.Future
- func (m *MockSubnetScope) HashKey() string
- func (m *MockSubnetScope) IsVnetManaged() bool
- func (m *MockSubnetScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
- func (m *MockSubnetScope) SubnetSpecs() []azure.ResourceSpecGetter
- func (m *MockSubnetScope) SubscriptionID() string
- func (m *MockSubnetScope) TenantID() string
- func (m *MockSubnetScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockSubnetScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockSubnetScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockSubnetScope) UpdateSubnetCIDRs(arg0 string, arg1 []string)
- func (m *MockSubnetScope) UpdateSubnetID(arg0, arg1 string)
- type MockSubnetScopeMockRecorder
- func (mr *MockSubnetScopeMockRecorder) Authorizer() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) BaseURI() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) ClientID() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) ClientSecret() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) CloudEnvironment() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) GetLongRunningOperationState(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) IsVnetManaged() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) SubnetSpecs() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) UpdateSubnetCIDRs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockSubnetScopeMockRecorder) UpdateSubnetID(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSubnetScope ¶
type MockSubnetScope struct {
// contains filtered or unexported fields
}
MockSubnetScope is a mock of SubnetScope interface.
func NewMockSubnetScope ¶
func NewMockSubnetScope(ctrl *gomock.Controller) *MockSubnetScope
NewMockSubnetScope creates a new mock instance.
func (*MockSubnetScope) Authorizer ¶
func (m *MockSubnetScope) Authorizer() autorest.Authorizer
Authorizer mocks base method.
func (*MockSubnetScope) BaseURI ¶
func (m *MockSubnetScope) BaseURI() string
BaseURI mocks base method.
func (*MockSubnetScope) ClientID ¶
func (m *MockSubnetScope) ClientID() string
ClientID mocks base method.
func (*MockSubnetScope) ClientSecret ¶
func (m *MockSubnetScope) ClientSecret() string
ClientSecret mocks base method.
func (*MockSubnetScope) CloudEnvironment ¶
func (m *MockSubnetScope) CloudEnvironment() string
CloudEnvironment mocks base method.
func (*MockSubnetScope) DeleteLongRunningOperationState ¶ added in v1.2.0
func (m *MockSubnetScope) DeleteLongRunningOperationState(arg0, arg1 string)
DeleteLongRunningOperationState mocks base method.
func (*MockSubnetScope) EXPECT ¶
func (m *MockSubnetScope) EXPECT() *MockSubnetScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSubnetScope) GetLongRunningOperationState ¶ added in v1.2.0
func (m *MockSubnetScope) GetLongRunningOperationState(arg0, arg1 string) *v1beta1.Future
GetLongRunningOperationState mocks base method.
func (*MockSubnetScope) HashKey ¶
func (m *MockSubnetScope) HashKey() string
HashKey mocks base method.
func (*MockSubnetScope) IsVnetManaged ¶
func (m *MockSubnetScope) IsVnetManaged() bool
IsVnetManaged mocks base method.
func (*MockSubnetScope) SetLongRunningOperationState ¶ added in v1.2.0
func (m *MockSubnetScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
SetLongRunningOperationState mocks base method.
func (*MockSubnetScope) SubnetSpecs ¶
func (m *MockSubnetScope) SubnetSpecs() []azure.ResourceSpecGetter
SubnetSpecs mocks base method.
func (*MockSubnetScope) SubscriptionID ¶
func (m *MockSubnetScope) SubscriptionID() string
SubscriptionID mocks base method.
func (*MockSubnetScope) TenantID ¶
func (m *MockSubnetScope) TenantID() string
TenantID mocks base method.
func (*MockSubnetScope) UpdateDeleteStatus ¶ added in v1.2.0
func (m *MockSubnetScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdateDeleteStatus mocks base method.
func (*MockSubnetScope) UpdatePatchStatus ¶ added in v1.2.0
func (m *MockSubnetScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePatchStatus mocks base method.
func (*MockSubnetScope) UpdatePutStatus ¶ added in v1.2.0
func (m *MockSubnetScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePutStatus mocks base method.
func (*MockSubnetScope) UpdateSubnetCIDRs ¶ added in v1.2.0
func (m *MockSubnetScope) UpdateSubnetCIDRs(arg0 string, arg1 []string)
UpdateSubnetCIDRs mocks base method.
func (*MockSubnetScope) UpdateSubnetID ¶ added in v1.2.0
func (m *MockSubnetScope) UpdateSubnetID(arg0, arg1 string)
UpdateSubnetID mocks base method.
type MockSubnetScopeMockRecorder ¶
type MockSubnetScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockSubnetScopeMockRecorder is the mock recorder for MockSubnetScope.
func (*MockSubnetScopeMockRecorder) Authorizer ¶
func (mr *MockSubnetScopeMockRecorder) Authorizer() *gomock.Call
Authorizer indicates an expected call of Authorizer.
func (*MockSubnetScopeMockRecorder) BaseURI ¶
func (mr *MockSubnetScopeMockRecorder) BaseURI() *gomock.Call
BaseURI indicates an expected call of BaseURI.
func (*MockSubnetScopeMockRecorder) ClientID ¶
func (mr *MockSubnetScopeMockRecorder) ClientID() *gomock.Call
ClientID indicates an expected call of ClientID.
func (*MockSubnetScopeMockRecorder) ClientSecret ¶
func (mr *MockSubnetScopeMockRecorder) ClientSecret() *gomock.Call
ClientSecret indicates an expected call of ClientSecret.
func (*MockSubnetScopeMockRecorder) CloudEnvironment ¶
func (mr *MockSubnetScopeMockRecorder) CloudEnvironment() *gomock.Call
CloudEnvironment indicates an expected call of CloudEnvironment.
func (*MockSubnetScopeMockRecorder) DeleteLongRunningOperationState ¶ added in v1.2.0
func (mr *MockSubnetScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1 interface{}) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockSubnetScopeMockRecorder) GetLongRunningOperationState ¶ added in v1.2.0
func (mr *MockSubnetScopeMockRecorder) GetLongRunningOperationState(arg0, arg1 interface{}) *gomock.Call
GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.
func (*MockSubnetScopeMockRecorder) HashKey ¶
func (mr *MockSubnetScopeMockRecorder) HashKey() *gomock.Call
HashKey indicates an expected call of HashKey.
func (*MockSubnetScopeMockRecorder) IsVnetManaged ¶
func (mr *MockSubnetScopeMockRecorder) IsVnetManaged() *gomock.Call
IsVnetManaged indicates an expected call of IsVnetManaged.
func (*MockSubnetScopeMockRecorder) SetLongRunningOperationState ¶ added in v1.2.0
func (mr *MockSubnetScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call
SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.
func (*MockSubnetScopeMockRecorder) SubnetSpecs ¶
func (mr *MockSubnetScopeMockRecorder) SubnetSpecs() *gomock.Call
SubnetSpecs indicates an expected call of SubnetSpecs.
func (*MockSubnetScopeMockRecorder) SubscriptionID ¶
func (mr *MockSubnetScopeMockRecorder) SubscriptionID() *gomock.Call
SubscriptionID indicates an expected call of SubscriptionID.
func (*MockSubnetScopeMockRecorder) TenantID ¶
func (mr *MockSubnetScopeMockRecorder) TenantID() *gomock.Call
TenantID indicates an expected call of TenantID.
func (*MockSubnetScopeMockRecorder) UpdateDeleteStatus ¶ added in v1.2.0
func (mr *MockSubnetScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockSubnetScopeMockRecorder) UpdatePatchStatus ¶ added in v1.2.0
func (mr *MockSubnetScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockSubnetScopeMockRecorder) UpdatePutStatus ¶ added in v1.2.0
func (mr *MockSubnetScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.
func (*MockSubnetScopeMockRecorder) UpdateSubnetCIDRs ¶ added in v1.2.0
func (mr *MockSubnetScopeMockRecorder) UpdateSubnetCIDRs(arg0, arg1 interface{}) *gomock.Call
UpdateSubnetCIDRs indicates an expected call of UpdateSubnetCIDRs.
func (*MockSubnetScopeMockRecorder) UpdateSubnetID ¶ added in v1.2.0
func (mr *MockSubnetScopeMockRecorder) UpdateSubnetID(arg0, arg1 interface{}) *gomock.Call
UpdateSubnetID indicates an expected call of UpdateSubnetID.