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) AdditionalTags() v1alpha4.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() *v1alpha4.CloudProviderConfigOverrides
- func (m *MockInboundNatScope) ClusterName() string
- func (m *MockInboundNatScope) EXPECT() *MockInboundNatScopeMockRecorder
- func (m *MockInboundNatScope) Enabled() bool
- func (m *MockInboundNatScope) Error(err error, msg string, keysAndValues ...interface{})
- func (m *MockInboundNatScope) HashKey() string
- func (m *MockInboundNatScope) InboundNatSpecs() []azure.InboundNatSpec
- func (m *MockInboundNatScope) Info(msg string, keysAndValues ...interface{})
- func (m *MockInboundNatScope) Location() string
- func (m *MockInboundNatScope) ResourceGroup() string
- func (m *MockInboundNatScope) SubscriptionID() string
- func (m *MockInboundNatScope) TenantID() string
- func (m *MockInboundNatScope) V(level int) logr.Logger
- func (m *MockInboundNatScope) WithName(name string) logr.Logger
- func (m *MockInboundNatScope) WithValues(keysAndValues ...interface{}) logr.Logger
- type MockInboundNatScopeMockRecorder
- 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) Enabled() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) InboundNatSpecs() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) Location() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) ResourceGroup() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) V(level interface{}) *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) WithName(name interface{}) *gomock.Call
- func (mr *MockInboundNatScopeMockRecorder) WithValues(keysAndValues ...interface{}) *gomock.Call
- type Mockclient
- func (m *Mockclient) CreateOrUpdate(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.InboundNatRule) error
- func (m *Mockclient) Delete(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *Mockclient) EXPECT() *MockclientMockRecorder
- func (m *Mockclient) Get(arg0 context.Context, arg1, arg2, arg3 string) (network.InboundNatRule, error)
- type MockclientMockRecorder
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) AdditionalTags ¶
func (m *MockInboundNatScope) AdditionalTags() v1alpha4.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() *v1alpha4.CloudProviderConfigOverrides
CloudProviderConfigOverrides mocks base method.
func (*MockInboundNatScope) ClusterName ¶
func (m *MockInboundNatScope) ClusterName() string
ClusterName 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) Enabled ¶
func (m *MockInboundNatScope) Enabled() bool
Enabled mocks base method.
func (*MockInboundNatScope) Error ¶
func (m *MockInboundNatScope) Error(err error, msg string, keysAndValues ...interface{})
Error mocks base method.
func (*MockInboundNatScope) HashKey ¶
func (m *MockInboundNatScope) HashKey() string
HashKey mocks base method.
func (*MockInboundNatScope) InboundNatSpecs ¶
func (m *MockInboundNatScope) InboundNatSpecs() []azure.InboundNatSpec
InboundNatSpecs mocks base method.
func (*MockInboundNatScope) Info ¶
func (m *MockInboundNatScope) Info(msg string, keysAndValues ...interface{})
Info 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) SubscriptionID ¶
func (m *MockInboundNatScope) SubscriptionID() string
SubscriptionID mocks base method.
func (*MockInboundNatScope) TenantID ¶
func (m *MockInboundNatScope) TenantID() string
TenantID mocks base method.
func (*MockInboundNatScope) V ¶
func (m *MockInboundNatScope) V(level int) logr.Logger
V mocks base method.
func (*MockInboundNatScope) WithName ¶
func (m *MockInboundNatScope) WithName(name string) logr.Logger
WithName mocks base method.
func (*MockInboundNatScope) WithValues ¶
func (m *MockInboundNatScope) WithValues(keysAndValues ...interface{}) logr.Logger
WithValues mocks base method.
type MockInboundNatScopeMockRecorder ¶
type MockInboundNatScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockInboundNatScopeMockRecorder is the mock recorder for MockInboundNatScope.
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) Enabled ¶
func (mr *MockInboundNatScopeMockRecorder) Enabled() *gomock.Call
Enabled indicates an expected call of Enabled.
func (*MockInboundNatScopeMockRecorder) Error ¶
func (mr *MockInboundNatScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call
Error indicates an expected call of Error.
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) Info ¶
func (mr *MockInboundNatScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call
Info indicates an expected call of Info.
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) 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) V ¶
func (mr *MockInboundNatScopeMockRecorder) V(level interface{}) *gomock.Call
V indicates an expected call of V.
func (*MockInboundNatScopeMockRecorder) WithName ¶
func (mr *MockInboundNatScopeMockRecorder) WithName(name interface{}) *gomock.Call
WithName indicates an expected call of WithName.
func (*MockInboundNatScopeMockRecorder) WithValues ¶
func (mr *MockInboundNatScopeMockRecorder) WithValues(keysAndValues ...interface{}) *gomock.Call
WithValues indicates an expected call of WithValues.
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) CreateOrUpdate ¶
func (m *Mockclient) CreateOrUpdate(arg0 context.Context, arg1, arg2, arg3 string, arg4 network.InboundNatRule) error
CreateOrUpdate mocks base method.
func (*Mockclient) Delete ¶
func (m *Mockclient) Delete(arg0 context.Context, arg1, arg2, arg3 string) error
Delete 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, arg2, arg3 string) (network.InboundNatRule, error)
Get mocks base method.
type MockclientMockRecorder ¶
type MockclientMockRecorder struct {
// contains filtered or unexported fields
}
MockclientMockRecorder is the mock recorder for Mockclient.
func (*MockclientMockRecorder) CreateOrUpdate ¶
func (mr *MockclientMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate.
func (*MockclientMockRecorder) Delete ¶
func (mr *MockclientMockRecorder) Delete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockclientMockRecorder) Get ¶
func (mr *MockclientMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Get indicates an expected call of Get.