Documentation ¶
Overview ¶
Package mock_inboundnatrules is a generated GoMock package.
Run go generate to regenerate this mock.
Package mock_inboundnatrules is a generated GoMock package.
Index ¶
- type MockInboundNatScope
- func (m *MockInboundNatScope) APIServerLBName() string
- func (m *MockInboundNatScope) AdditionalTags() v1beta1.Tags
- func (m *MockInboundNatScope) Authorizer() autorest.Authorizer
- func (m *MockInboundNatScope) AvailabilitySetEnabled() bool
- func (m *MockInboundNatScope) BaseURI() string
- func (m *MockInboundNatScope) ClientID() string
- func (m *MockInboundNatScope) ClientSecret() string
- func (m *MockInboundNatScope) CloudEnvironment() string
- func (m *MockInboundNatScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides
- func (m *MockInboundNatScope) ClusterName() string
- func (m *MockInboundNatScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
- func (m *MockInboundNatScope) EXPECT() *MockInboundNatScopeMockRecorder
- func (m *MockInboundNatScope) ExtendedLocation() *v1beta1.ExtendedLocationSpec
- func (m *MockInboundNatScope) ExtendedLocationName() string
- func (m *MockInboundNatScope) ExtendedLocationType() string
- func (m *MockInboundNatScope) FailureDomains() []string
- func (m *MockInboundNatScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
- func (m *MockInboundNatScope) HashKey() string
- func (m *MockInboundNatScope) InboundNatSpecs() []azure.ResourceSpecGetter
- func (m *MockInboundNatScope) Location() string
- func (m *MockInboundNatScope) ResourceGroup() string
- func (m *MockInboundNatScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
- func (m *MockInboundNatScope) SubscriptionID() string
- func (m *MockInboundNatScope) TenantID() string
- func (m *MockInboundNatScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockInboundNatScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockInboundNatScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- type MockInboundNatScopeMockRecorder
- func (mr *MockInboundNatScopeMockRecorder) APIServerLBName() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) AdditionalTags() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) Authorizer() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) BaseURI() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) ClientID() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) ClientSecret() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) CloudEnvironment() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) ClusterName() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) ExtendedLocation() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) ExtendedLocationName() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) ExtendedLocationType() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) FailureDomains() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) InboundNatSpecs() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) Location() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) ResourceGroup() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- type Mockclient
- func (m *Mockclient) CreateOrUpdateAsync(arg0 context.Context, arg1 azure0.ResourceSpecGetter, arg2 interface{}) (interface{}, azure.FutureAPI, error)
- func (m *Mockclient) DeleteAsync(arg0 context.Context, arg1 azure0.ResourceSpecGetter) (azure.FutureAPI, error)
- func (m *Mockclient) EXPECT() *MockclientMockRecorder
- func (m *Mockclient) Get(arg0 context.Context, arg1 azure0.ResourceSpecGetter) (interface{}, error)
- func (m *Mockclient) IsDone(arg0 context.Context, arg1 azure.FutureAPI) (bool, error)
- func (m *Mockclient) List(arg0 context.Context, arg1, arg2 string) ([]network.InboundNatRule, error)
- func (m *Mockclient) Result(arg0 context.Context, arg1 azure.FutureAPI, arg2 string) (interface{}, error)
- type MockclientMockRecorder
- func (mr *MockclientMockRecorder) CreateOrUpdateAsync(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) DeleteAsync(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) IsDone(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) Result(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInboundNatScope ¶
type MockInboundNatScope struct {
// contains filtered or unexported fields
}
MockInboundNatScope is a mock of InboundNatScope interface.
func NewMockInboundNatScope ¶
func NewMockInboundNatScope(ctrl *gomock.Controller) *MockInboundNatScope
NewMockInboundNatScope creates a new mock instance.
func (*MockInboundNatScope) APIServerLBName ¶ added in v1.2.0
func (m *MockInboundNatScope) APIServerLBName() string
APIServerLBName mocks base method.
func (*MockInboundNatScope) AdditionalTags ¶
func (m *MockInboundNatScope) AdditionalTags() v1beta1.Tags
AdditionalTags mocks base method.
func (*MockInboundNatScope) Authorizer ¶
func (m *MockInboundNatScope) Authorizer() autorest.Authorizer
Authorizer mocks base method.
func (*MockInboundNatScope) AvailabilitySetEnabled ¶
func (m *MockInboundNatScope) AvailabilitySetEnabled() bool
AvailabilitySetEnabled mocks base method.
func (*MockInboundNatScope) BaseURI ¶
func (m *MockInboundNatScope) BaseURI() string
BaseURI mocks base method.
func (*MockInboundNatScope) ClientID ¶
func (m *MockInboundNatScope) ClientID() string
ClientID mocks base method.
func (*MockInboundNatScope) ClientSecret ¶
func (m *MockInboundNatScope) ClientSecret() string
ClientSecret mocks base method.
func (*MockInboundNatScope) CloudEnvironment ¶
func (m *MockInboundNatScope) CloudEnvironment() string
CloudEnvironment mocks base method.
func (*MockInboundNatScope) CloudProviderConfigOverrides ¶
func (m *MockInboundNatScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides
CloudProviderConfigOverrides mocks base method.
func (*MockInboundNatScope) ClusterName ¶
func (m *MockInboundNatScope) ClusterName() string
ClusterName mocks base method.
func (*MockInboundNatScope) DeleteLongRunningOperationState ¶ added in v1.2.0
func (m *MockInboundNatScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
DeleteLongRunningOperationState mocks base method.
func (*MockInboundNatScope) EXPECT ¶
func (m *MockInboundNatScope) EXPECT() *MockInboundNatScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInboundNatScope) ExtendedLocation ¶ added in v1.8.0
func (m *MockInboundNatScope) ExtendedLocation() *v1beta1.ExtendedLocationSpec
ExtendedLocation mocks base method.
func (*MockInboundNatScope) ExtendedLocationName ¶ added in v1.8.0
func (m *MockInboundNatScope) ExtendedLocationName() string
ExtendedLocationName mocks base method.
func (*MockInboundNatScope) ExtendedLocationType ¶ added in v1.8.0
func (m *MockInboundNatScope) ExtendedLocationType() string
ExtendedLocationType mocks base method.
func (*MockInboundNatScope) FailureDomains ¶ added in v0.5.3
func (m *MockInboundNatScope) FailureDomains() []string
FailureDomains mocks base method.
func (*MockInboundNatScope) GetLongRunningOperationState ¶ added in v1.2.0
func (m *MockInboundNatScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
GetLongRunningOperationState mocks base method.
func (*MockInboundNatScope) HashKey ¶
func (m *MockInboundNatScope) HashKey() string
HashKey mocks base method.
func (*MockInboundNatScope) InboundNatSpecs ¶
func (m *MockInboundNatScope) InboundNatSpecs() []azure.ResourceSpecGetter
InboundNatSpecs mocks base method.
func (*MockInboundNatScope) Location ¶
func (m *MockInboundNatScope) Location() string
Location mocks base method.
func (*MockInboundNatScope) ResourceGroup ¶
func (m *MockInboundNatScope) ResourceGroup() string
ResourceGroup mocks base method.
func (*MockInboundNatScope) SetLongRunningOperationState ¶ added in v1.2.0
func (m *MockInboundNatScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
SetLongRunningOperationState mocks base method.
func (*MockInboundNatScope) SubscriptionID ¶
func (m *MockInboundNatScope) SubscriptionID() string
SubscriptionID mocks base method.
func (*MockInboundNatScope) TenantID ¶
func (m *MockInboundNatScope) TenantID() string
TenantID mocks base method.
func (*MockInboundNatScope) UpdateDeleteStatus ¶ added in v1.2.0
func (m *MockInboundNatScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdateDeleteStatus mocks base method.
func (*MockInboundNatScope) UpdatePatchStatus ¶ added in v1.2.0
func (m *MockInboundNatScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePatchStatus mocks base method.
func (*MockInboundNatScope) UpdatePutStatus ¶ added in v1.2.0
func (m *MockInboundNatScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePutStatus mocks base method.
type MockInboundNatScopeMockRecorder ¶
type MockInboundNatScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockInboundNatScopeMockRecorder is the mock recorder for MockInboundNatScope.
func (*MockInboundNatScopeMockRecorder) APIServerLBName ¶ added in v1.2.0
func (mr *MockInboundNatScopeMockRecorder) APIServerLBName() *gomock.Call
APIServerLBName indicates an expected call of APIServerLBName.
func (*MockInboundNatScopeMockRecorder) AdditionalTags ¶
func (mr *MockInboundNatScopeMockRecorder) AdditionalTags() *gomock.Call
AdditionalTags indicates an expected call of AdditionalTags.
func (*MockInboundNatScopeMockRecorder) Authorizer ¶
func (mr *MockInboundNatScopeMockRecorder) Authorizer() *gomock.Call
Authorizer indicates an expected call of Authorizer.
func (*MockInboundNatScopeMockRecorder) AvailabilitySetEnabled ¶
func (mr *MockInboundNatScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call
AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.
func (*MockInboundNatScopeMockRecorder) BaseURI ¶
func (mr *MockInboundNatScopeMockRecorder) BaseURI() *gomock.Call
BaseURI indicates an expected call of BaseURI.
func (*MockInboundNatScopeMockRecorder) ClientID ¶
func (mr *MockInboundNatScopeMockRecorder) ClientID() *gomock.Call
ClientID indicates an expected call of ClientID.
func (*MockInboundNatScopeMockRecorder) ClientSecret ¶
func (mr *MockInboundNatScopeMockRecorder) ClientSecret() *gomock.Call
ClientSecret indicates an expected call of ClientSecret.
func (*MockInboundNatScopeMockRecorder) CloudEnvironment ¶
func (mr *MockInboundNatScopeMockRecorder) CloudEnvironment() *gomock.Call
CloudEnvironment indicates an expected call of CloudEnvironment.
func (*MockInboundNatScopeMockRecorder) CloudProviderConfigOverrides ¶
func (mr *MockInboundNatScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call
CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.
func (*MockInboundNatScopeMockRecorder) ClusterName ¶
func (mr *MockInboundNatScopeMockRecorder) ClusterName() *gomock.Call
ClusterName indicates an expected call of ClusterName.
func (*MockInboundNatScopeMockRecorder) DeleteLongRunningOperationState ¶ added in v1.2.0
func (mr *MockInboundNatScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockInboundNatScopeMockRecorder) ExtendedLocation ¶ added in v1.8.0
func (mr *MockInboundNatScopeMockRecorder) ExtendedLocation() *gomock.Call
ExtendedLocation indicates an expected call of ExtendedLocation.
func (*MockInboundNatScopeMockRecorder) ExtendedLocationName ¶ added in v1.8.0
func (mr *MockInboundNatScopeMockRecorder) ExtendedLocationName() *gomock.Call
ExtendedLocationName indicates an expected call of ExtendedLocationName.
func (*MockInboundNatScopeMockRecorder) ExtendedLocationType ¶ added in v1.8.0
func (mr *MockInboundNatScopeMockRecorder) ExtendedLocationType() *gomock.Call
ExtendedLocationType indicates an expected call of ExtendedLocationType.
func (*MockInboundNatScopeMockRecorder) FailureDomains ¶ added in v0.5.3
func (mr *MockInboundNatScopeMockRecorder) FailureDomains() *gomock.Call
FailureDomains indicates an expected call of FailureDomains.
func (*MockInboundNatScopeMockRecorder) GetLongRunningOperationState ¶ added in v1.2.0
func (mr *MockInboundNatScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.
func (*MockInboundNatScopeMockRecorder) HashKey ¶
func (mr *MockInboundNatScopeMockRecorder) HashKey() *gomock.Call
HashKey indicates an expected call of HashKey.
func (*MockInboundNatScopeMockRecorder) InboundNatSpecs ¶
func (mr *MockInboundNatScopeMockRecorder) InboundNatSpecs() *gomock.Call
InboundNatSpecs indicates an expected call of InboundNatSpecs.
func (*MockInboundNatScopeMockRecorder) Location ¶
func (mr *MockInboundNatScopeMockRecorder) Location() *gomock.Call
Location indicates an expected call of Location.
func (*MockInboundNatScopeMockRecorder) ResourceGroup ¶
func (mr *MockInboundNatScopeMockRecorder) ResourceGroup() *gomock.Call
ResourceGroup indicates an expected call of ResourceGroup.
func (*MockInboundNatScopeMockRecorder) SetLongRunningOperationState ¶ added in v1.2.0
func (mr *MockInboundNatScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call
SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.
func (*MockInboundNatScopeMockRecorder) SubscriptionID ¶
func (mr *MockInboundNatScopeMockRecorder) SubscriptionID() *gomock.Call
SubscriptionID indicates an expected call of SubscriptionID.
func (*MockInboundNatScopeMockRecorder) TenantID ¶
func (mr *MockInboundNatScopeMockRecorder) TenantID() *gomock.Call
TenantID indicates an expected call of TenantID.
func (*MockInboundNatScopeMockRecorder) UpdateDeleteStatus ¶ added in v1.2.0
func (mr *MockInboundNatScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockInboundNatScopeMockRecorder) UpdatePatchStatus ¶ added in v1.2.0
func (mr *MockInboundNatScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockInboundNatScopeMockRecorder) UpdatePutStatus ¶ added in v1.2.0
func (mr *MockInboundNatScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.
type Mockclient ¶
type Mockclient struct {
// contains filtered or unexported fields
}
Mockclient is a mock of client interface.
func NewMockclient ¶
func NewMockclient(ctrl *gomock.Controller) *Mockclient
NewMockclient creates a new mock instance.
func (*Mockclient) CreateOrUpdateAsync ¶ added in v1.2.0
func (m *Mockclient) CreateOrUpdateAsync(arg0 context.Context, arg1 azure0.ResourceSpecGetter, arg2 interface{}) (interface{}, azure.FutureAPI, error)
CreateOrUpdateAsync mocks base method.
func (*Mockclient) DeleteAsync ¶ added in v1.2.0
func (m *Mockclient) DeleteAsync(arg0 context.Context, arg1 azure0.ResourceSpecGetter) (azure.FutureAPI, error)
DeleteAsync mocks base method.
func (*Mockclient) EXPECT ¶
func (m *Mockclient) EXPECT() *MockclientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*Mockclient) Get ¶
func (m *Mockclient) Get(arg0 context.Context, arg1 azure0.ResourceSpecGetter) (interface{}, error)
Get mocks base method.
func (*Mockclient) List ¶ added in v1.2.0
func (m *Mockclient) List(arg0 context.Context, arg1, arg2 string) ([]network.InboundNatRule, error)
List mocks base method.
type MockclientMockRecorder ¶
type MockclientMockRecorder struct {
// contains filtered or unexported fields
}
MockclientMockRecorder is the mock recorder for Mockclient.
func (*MockclientMockRecorder) CreateOrUpdateAsync ¶ added in v1.2.0
func (mr *MockclientMockRecorder) CreateOrUpdateAsync(arg0, arg1, arg2 interface{}) *gomock.Call
CreateOrUpdateAsync indicates an expected call of CreateOrUpdateAsync.
func (*MockclientMockRecorder) DeleteAsync ¶ added in v1.2.0
func (mr *MockclientMockRecorder) DeleteAsync(arg0, arg1 interface{}) *gomock.Call
DeleteAsync indicates an expected call of DeleteAsync.
func (*MockclientMockRecorder) Get ¶
func (mr *MockclientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockclientMockRecorder) IsDone ¶ added in v1.2.0
func (mr *MockclientMockRecorder) IsDone(arg0, arg1 interface{}) *gomock.Call
IsDone indicates an expected call of IsDone.
func (*MockclientMockRecorder) List ¶ added in v1.2.0
func (mr *MockclientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockclientMockRecorder) Result ¶ added in v1.2.0
func (mr *MockclientMockRecorder) Result(arg0, arg1, arg2 interface{}) *gomock.Call
Result indicates an expected call of Result.