Documentation ¶
Overview ¶
Package mock_vnetpeerings is a generated GoMock package.
Run go generate to regenerate this mock.
Package mock_vnetpeerings is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) CreateOrUpdate(arg0 context.Context, arg1, arg2, arg3 string, ...) 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.VirtualNetworkPeering, error)
- type MockClientMockRecorder
- type MockVnetPeeringScope
- func (m *MockVnetPeeringScope) Authorizer() autorest.Authorizer
- func (m *MockVnetPeeringScope) BaseURI() string
- func (m *MockVnetPeeringScope) ClientID() string
- func (m *MockVnetPeeringScope) ClientSecret() string
- func (m *MockVnetPeeringScope) CloudEnvironment() string
- func (m *MockVnetPeeringScope) ClusterName() string
- func (m *MockVnetPeeringScope) EXPECT() *MockVnetPeeringScopeMockRecorder
- func (m *MockVnetPeeringScope) Enabled() bool
- func (m *MockVnetPeeringScope) Error(err error, msg string, keysAndValues ...interface{})
- func (m *MockVnetPeeringScope) HashKey() string
- func (m *MockVnetPeeringScope) Info(msg string, keysAndValues ...interface{})
- func (m *MockVnetPeeringScope) SubscriptionID() string
- func (m *MockVnetPeeringScope) TenantID() string
- func (m *MockVnetPeeringScope) V(level int) logr.Logger
- func (m *MockVnetPeeringScope) Vnet() *v1beta1.VnetSpec
- func (m *MockVnetPeeringScope) VnetPeeringSpecs() []azure.VnetPeeringSpec
- func (m *MockVnetPeeringScope) WithName(name string) logr.Logger
- func (m *MockVnetPeeringScope) WithValues(keysAndValues ...interface{}) logr.Logger
- type MockVnetPeeringScopeMockRecorder
- func (mr *MockVnetPeeringScopeMockRecorder) Authorizer() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) BaseURI() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) ClientID() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) ClientSecret() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) CloudEnvironment() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) ClusterName() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) Enabled() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) V(level interface{}) *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) Vnet() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) VnetPeeringSpecs() *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) WithName(name interface{}) *gomock.Call
- func (mr *MockVnetPeeringScopeMockRecorder) WithValues(keysAndValues ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.VirtualNetworkPeering) 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.VirtualNetworkPeering, 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.
type MockVnetPeeringScope ¶
type MockVnetPeeringScope struct {
// contains filtered or unexported fields
}
MockVnetPeeringScope is a mock of VnetPeeringScope interface.
func NewMockVnetPeeringScope ¶
func NewMockVnetPeeringScope(ctrl *gomock.Controller) *MockVnetPeeringScope
NewMockVnetPeeringScope creates a new mock instance.
func (*MockVnetPeeringScope) Authorizer ¶
func (m *MockVnetPeeringScope) Authorizer() autorest.Authorizer
Authorizer mocks base method.
func (*MockVnetPeeringScope) BaseURI ¶
func (m *MockVnetPeeringScope) BaseURI() string
BaseURI mocks base method.
func (*MockVnetPeeringScope) ClientID ¶
func (m *MockVnetPeeringScope) ClientID() string
ClientID mocks base method.
func (*MockVnetPeeringScope) ClientSecret ¶
func (m *MockVnetPeeringScope) ClientSecret() string
ClientSecret mocks base method.
func (*MockVnetPeeringScope) CloudEnvironment ¶
func (m *MockVnetPeeringScope) CloudEnvironment() string
CloudEnvironment mocks base method.
func (*MockVnetPeeringScope) ClusterName ¶
func (m *MockVnetPeeringScope) ClusterName() string
ClusterName mocks base method.
func (*MockVnetPeeringScope) EXPECT ¶
func (m *MockVnetPeeringScope) EXPECT() *MockVnetPeeringScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVnetPeeringScope) Enabled ¶
func (m *MockVnetPeeringScope) Enabled() bool
Enabled mocks base method.
func (*MockVnetPeeringScope) Error ¶
func (m *MockVnetPeeringScope) Error(err error, msg string, keysAndValues ...interface{})
Error mocks base method.
func (*MockVnetPeeringScope) HashKey ¶
func (m *MockVnetPeeringScope) HashKey() string
HashKey mocks base method.
func (*MockVnetPeeringScope) Info ¶
func (m *MockVnetPeeringScope) Info(msg string, keysAndValues ...interface{})
Info mocks base method.
func (*MockVnetPeeringScope) SubscriptionID ¶
func (m *MockVnetPeeringScope) SubscriptionID() string
SubscriptionID mocks base method.
func (*MockVnetPeeringScope) TenantID ¶
func (m *MockVnetPeeringScope) TenantID() string
TenantID mocks base method.
func (*MockVnetPeeringScope) V ¶
func (m *MockVnetPeeringScope) V(level int) logr.Logger
V mocks base method.
func (*MockVnetPeeringScope) Vnet ¶
func (m *MockVnetPeeringScope) Vnet() *v1beta1.VnetSpec
Vnet mocks base method.
func (*MockVnetPeeringScope) VnetPeeringSpecs ¶
func (m *MockVnetPeeringScope) VnetPeeringSpecs() []azure.VnetPeeringSpec
VnetPeeringSpecs mocks base method.
func (*MockVnetPeeringScope) WithName ¶
func (m *MockVnetPeeringScope) WithName(name string) logr.Logger
WithName mocks base method.
func (*MockVnetPeeringScope) WithValues ¶
func (m *MockVnetPeeringScope) WithValues(keysAndValues ...interface{}) logr.Logger
WithValues mocks base method.
type MockVnetPeeringScopeMockRecorder ¶
type MockVnetPeeringScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockVnetPeeringScopeMockRecorder is the mock recorder for MockVnetPeeringScope.
func (*MockVnetPeeringScopeMockRecorder) Authorizer ¶
func (mr *MockVnetPeeringScopeMockRecorder) Authorizer() *gomock.Call
Authorizer indicates an expected call of Authorizer.
func (*MockVnetPeeringScopeMockRecorder) BaseURI ¶
func (mr *MockVnetPeeringScopeMockRecorder) BaseURI() *gomock.Call
BaseURI indicates an expected call of BaseURI.
func (*MockVnetPeeringScopeMockRecorder) ClientID ¶
func (mr *MockVnetPeeringScopeMockRecorder) ClientID() *gomock.Call
ClientID indicates an expected call of ClientID.
func (*MockVnetPeeringScopeMockRecorder) ClientSecret ¶
func (mr *MockVnetPeeringScopeMockRecorder) ClientSecret() *gomock.Call
ClientSecret indicates an expected call of ClientSecret.
func (*MockVnetPeeringScopeMockRecorder) CloudEnvironment ¶
func (mr *MockVnetPeeringScopeMockRecorder) CloudEnvironment() *gomock.Call
CloudEnvironment indicates an expected call of CloudEnvironment.
func (*MockVnetPeeringScopeMockRecorder) ClusterName ¶
func (mr *MockVnetPeeringScopeMockRecorder) ClusterName() *gomock.Call
ClusterName indicates an expected call of ClusterName.
func (*MockVnetPeeringScopeMockRecorder) Enabled ¶
func (mr *MockVnetPeeringScopeMockRecorder) Enabled() *gomock.Call
Enabled indicates an expected call of Enabled.
func (*MockVnetPeeringScopeMockRecorder) Error ¶
func (mr *MockVnetPeeringScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call
Error indicates an expected call of Error.
func (*MockVnetPeeringScopeMockRecorder) HashKey ¶
func (mr *MockVnetPeeringScopeMockRecorder) HashKey() *gomock.Call
HashKey indicates an expected call of HashKey.
func (*MockVnetPeeringScopeMockRecorder) Info ¶
func (mr *MockVnetPeeringScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call
Info indicates an expected call of Info.
func (*MockVnetPeeringScopeMockRecorder) SubscriptionID ¶
func (mr *MockVnetPeeringScopeMockRecorder) SubscriptionID() *gomock.Call
SubscriptionID indicates an expected call of SubscriptionID.
func (*MockVnetPeeringScopeMockRecorder) TenantID ¶
func (mr *MockVnetPeeringScopeMockRecorder) TenantID() *gomock.Call
TenantID indicates an expected call of TenantID.
func (*MockVnetPeeringScopeMockRecorder) V ¶
func (mr *MockVnetPeeringScopeMockRecorder) V(level interface{}) *gomock.Call
V indicates an expected call of V.
func (*MockVnetPeeringScopeMockRecorder) Vnet ¶
func (mr *MockVnetPeeringScopeMockRecorder) Vnet() *gomock.Call
Vnet indicates an expected call of Vnet.
func (*MockVnetPeeringScopeMockRecorder) VnetPeeringSpecs ¶
func (mr *MockVnetPeeringScopeMockRecorder) VnetPeeringSpecs() *gomock.Call
VnetPeeringSpecs indicates an expected call of VnetPeeringSpecs.
func (*MockVnetPeeringScopeMockRecorder) WithName ¶
func (mr *MockVnetPeeringScopeMockRecorder) WithName(name interface{}) *gomock.Call
WithName indicates an expected call of WithName.
func (*MockVnetPeeringScopeMockRecorder) WithValues ¶
func (mr *MockVnetPeeringScopeMockRecorder) WithValues(keysAndValues ...interface{}) *gomock.Call
WithValues indicates an expected call of WithValues.