Documentation ¶
Overview ¶
Package mock_privatedns is a generated GoMock package.
Run go generate to regenerate this mock.
Package mock_privatedns is a generated GoMock package.
Index ¶
- type MockScope
- func (m *MockScope) AdditionalTags() v1beta1.Tags
- func (m *MockScope) Authorizer() autorest.Authorizer
- func (m *MockScope) AvailabilitySetEnabled() bool
- func (m *MockScope) BaseURI() string
- func (m *MockScope) ClientID() string
- func (m *MockScope) ClientSecret() string
- func (m *MockScope) CloudEnvironment() string
- func (m *MockScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides
- func (m *MockScope) ClusterName() string
- func (m *MockScope) EXPECT() *MockScopeMockRecorder
- func (m *MockScope) Enabled() bool
- func (m *MockScope) Error(err error, msg string, keysAndValues ...interface{})
- func (m *MockScope) FailureDomains() []string
- func (m *MockScope) HashKey() string
- func (m *MockScope) Info(msg string, keysAndValues ...interface{})
- func (m *MockScope) Location() string
- func (m *MockScope) PrivateDNSSpec() *azure.PrivateDNSSpec
- func (m *MockScope) ResourceGroup() string
- func (m *MockScope) SubscriptionID() string
- func (m *MockScope) TenantID() string
- func (m *MockScope) V(level int) logr.Logger
- func (m *MockScope) WithName(name string) logr.Logger
- func (m *MockScope) WithValues(keysAndValues ...interface{}) logr.Logger
- type MockScopeMockRecorder
- func (mr *MockScopeMockRecorder) AdditionalTags() *gomock.Call
- func (mr *MockScopeMockRecorder) Authorizer() *gomock.Call
- func (mr *MockScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call
- func (mr *MockScopeMockRecorder) BaseURI() *gomock.Call
- func (mr *MockScopeMockRecorder) ClientID() *gomock.Call
- func (mr *MockScopeMockRecorder) ClientSecret() *gomock.Call
- func (mr *MockScopeMockRecorder) CloudEnvironment() *gomock.Call
- func (mr *MockScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call
- func (mr *MockScopeMockRecorder) ClusterName() *gomock.Call
- func (mr *MockScopeMockRecorder) Enabled() *gomock.Call
- func (mr *MockScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call
- func (mr *MockScopeMockRecorder) FailureDomains() *gomock.Call
- func (mr *MockScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call
- func (mr *MockScopeMockRecorder) Location() *gomock.Call
- func (mr *MockScopeMockRecorder) PrivateDNSSpec() *gomock.Call
- func (mr *MockScopeMockRecorder) ResourceGroup() *gomock.Call
- func (mr *MockScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockScopeMockRecorder) V(level interface{}) *gomock.Call
- func (mr *MockScopeMockRecorder) WithName(name interface{}) *gomock.Call
- func (mr *MockScopeMockRecorder) WithValues(keysAndValues ...interface{}) *gomock.Call
- type Mockclient
- func (m *Mockclient) CreateOrUpdateLink(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *Mockclient) CreateOrUpdateRecordSet(arg0 context.Context, arg1, arg2 string, arg3 privatedns.RecordType, ...) error
- func (m *Mockclient) CreateOrUpdateZone(arg0 context.Context, arg1, arg2 string, arg3 privatedns.PrivateZone) error
- func (m *Mockclient) DeleteLink(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *Mockclient) DeleteRecordSet(arg0 context.Context, arg1, arg2 string, arg3 privatedns.RecordType, ...) error
- func (m *Mockclient) DeleteZone(arg0 context.Context, arg1, arg2 string) error
- func (m *Mockclient) EXPECT() *MockclientMockRecorder
- type MockclientMockRecorder
- func (mr *MockclientMockRecorder) CreateOrUpdateLink(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) CreateOrUpdateRecordSet(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) CreateOrUpdateZone(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) DeleteLink(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) DeleteRecordSet(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) DeleteZone(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockScope ¶
type MockScope struct {
// contains filtered or unexported fields
}
MockScope is a mock of Scope interface.
func NewMockScope ¶
func NewMockScope(ctrl *gomock.Controller) *MockScope
NewMockScope creates a new mock instance.
func (*MockScope) AdditionalTags ¶
AdditionalTags mocks base method.
func (*MockScope) Authorizer ¶
func (m *MockScope) Authorizer() autorest.Authorizer
Authorizer mocks base method.
func (*MockScope) AvailabilitySetEnabled ¶
AvailabilitySetEnabled mocks base method.
func (*MockScope) ClientSecret ¶
ClientSecret mocks base method.
func (*MockScope) CloudEnvironment ¶
CloudEnvironment mocks base method.
func (*MockScope) CloudProviderConfigOverrides ¶
func (m *MockScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides
CloudProviderConfigOverrides mocks base method.
func (*MockScope) ClusterName ¶
ClusterName mocks base method.
func (*MockScope) EXPECT ¶
func (m *MockScope) EXPECT() *MockScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockScope) FailureDomains ¶ added in v0.5.3
FailureDomains mocks base method.
func (*MockScope) PrivateDNSSpec ¶
func (m *MockScope) PrivateDNSSpec() *azure.PrivateDNSSpec
PrivateDNSSpec mocks base method.
func (*MockScope) ResourceGroup ¶
ResourceGroup mocks base method.
func (*MockScope) SubscriptionID ¶
SubscriptionID mocks base method.
func (*MockScope) WithValues ¶
WithValues mocks base method.
type MockScopeMockRecorder ¶
type MockScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockScopeMockRecorder is the mock recorder for MockScope.
func (*MockScopeMockRecorder) AdditionalTags ¶
func (mr *MockScopeMockRecorder) AdditionalTags() *gomock.Call
AdditionalTags indicates an expected call of AdditionalTags.
func (*MockScopeMockRecorder) Authorizer ¶
func (mr *MockScopeMockRecorder) Authorizer() *gomock.Call
Authorizer indicates an expected call of Authorizer.
func (*MockScopeMockRecorder) AvailabilitySetEnabled ¶
func (mr *MockScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call
AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.
func (*MockScopeMockRecorder) BaseURI ¶
func (mr *MockScopeMockRecorder) BaseURI() *gomock.Call
BaseURI indicates an expected call of BaseURI.
func (*MockScopeMockRecorder) ClientID ¶
func (mr *MockScopeMockRecorder) ClientID() *gomock.Call
ClientID indicates an expected call of ClientID.
func (*MockScopeMockRecorder) ClientSecret ¶
func (mr *MockScopeMockRecorder) ClientSecret() *gomock.Call
ClientSecret indicates an expected call of ClientSecret.
func (*MockScopeMockRecorder) CloudEnvironment ¶
func (mr *MockScopeMockRecorder) CloudEnvironment() *gomock.Call
CloudEnvironment indicates an expected call of CloudEnvironment.
func (*MockScopeMockRecorder) CloudProviderConfigOverrides ¶
func (mr *MockScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call
CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.
func (*MockScopeMockRecorder) ClusterName ¶
func (mr *MockScopeMockRecorder) ClusterName() *gomock.Call
ClusterName indicates an expected call of ClusterName.
func (*MockScopeMockRecorder) Enabled ¶
func (mr *MockScopeMockRecorder) Enabled() *gomock.Call
Enabled indicates an expected call of Enabled.
func (*MockScopeMockRecorder) Error ¶
func (mr *MockScopeMockRecorder) Error(err, msg interface{}, keysAndValues ...interface{}) *gomock.Call
Error indicates an expected call of Error.
func (*MockScopeMockRecorder) FailureDomains ¶ added in v0.5.3
func (mr *MockScopeMockRecorder) FailureDomains() *gomock.Call
FailureDomains indicates an expected call of FailureDomains.
func (*MockScopeMockRecorder) HashKey ¶
func (mr *MockScopeMockRecorder) HashKey() *gomock.Call
HashKey indicates an expected call of HashKey.
func (*MockScopeMockRecorder) Info ¶
func (mr *MockScopeMockRecorder) Info(msg interface{}, keysAndValues ...interface{}) *gomock.Call
Info indicates an expected call of Info.
func (*MockScopeMockRecorder) Location ¶
func (mr *MockScopeMockRecorder) Location() *gomock.Call
Location indicates an expected call of Location.
func (*MockScopeMockRecorder) PrivateDNSSpec ¶
func (mr *MockScopeMockRecorder) PrivateDNSSpec() *gomock.Call
PrivateDNSSpec indicates an expected call of PrivateDNSSpec.
func (*MockScopeMockRecorder) ResourceGroup ¶
func (mr *MockScopeMockRecorder) ResourceGroup() *gomock.Call
ResourceGroup indicates an expected call of ResourceGroup.
func (*MockScopeMockRecorder) SubscriptionID ¶
func (mr *MockScopeMockRecorder) SubscriptionID() *gomock.Call
SubscriptionID indicates an expected call of SubscriptionID.
func (*MockScopeMockRecorder) TenantID ¶
func (mr *MockScopeMockRecorder) TenantID() *gomock.Call
TenantID indicates an expected call of TenantID.
func (*MockScopeMockRecorder) V ¶
func (mr *MockScopeMockRecorder) V(level interface{}) *gomock.Call
V indicates an expected call of V.
func (*MockScopeMockRecorder) WithName ¶
func (mr *MockScopeMockRecorder) WithName(name interface{}) *gomock.Call
WithName indicates an expected call of WithName.
func (*MockScopeMockRecorder) WithValues ¶
func (mr *MockScopeMockRecorder) 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) CreateOrUpdateLink ¶
func (m *Mockclient) CreateOrUpdateLink(arg0 context.Context, arg1, arg2, arg3 string, arg4 privatedns.VirtualNetworkLink) error
CreateOrUpdateLink mocks base method.
func (*Mockclient) CreateOrUpdateRecordSet ¶
func (m *Mockclient) CreateOrUpdateRecordSet(arg0 context.Context, arg1, arg2 string, arg3 privatedns.RecordType, arg4 string, arg5 privatedns.RecordSet) error
CreateOrUpdateRecordSet mocks base method.
func (*Mockclient) CreateOrUpdateZone ¶
func (m *Mockclient) CreateOrUpdateZone(arg0 context.Context, arg1, arg2 string, arg3 privatedns.PrivateZone) error
CreateOrUpdateZone mocks base method.
func (*Mockclient) DeleteLink ¶
func (m *Mockclient) DeleteLink(arg0 context.Context, arg1, arg2, arg3 string) error
DeleteLink mocks base method.
func (*Mockclient) DeleteRecordSet ¶
func (m *Mockclient) DeleteRecordSet(arg0 context.Context, arg1, arg2 string, arg3 privatedns.RecordType, arg4 string) error
DeleteRecordSet mocks base method.
func (*Mockclient) DeleteZone ¶
func (m *Mockclient) DeleteZone(arg0 context.Context, arg1, arg2 string) error
DeleteZone mocks base method.
func (*Mockclient) EXPECT ¶
func (m *Mockclient) EXPECT() *MockclientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockclientMockRecorder ¶
type MockclientMockRecorder struct {
// contains filtered or unexported fields
}
MockclientMockRecorder is the mock recorder for Mockclient.
func (*MockclientMockRecorder) CreateOrUpdateLink ¶
func (mr *MockclientMockRecorder) CreateOrUpdateLink(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateOrUpdateLink indicates an expected call of CreateOrUpdateLink.
func (*MockclientMockRecorder) CreateOrUpdateRecordSet ¶
func (mr *MockclientMockRecorder) CreateOrUpdateRecordSet(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
CreateOrUpdateRecordSet indicates an expected call of CreateOrUpdateRecordSet.
func (*MockclientMockRecorder) CreateOrUpdateZone ¶
func (mr *MockclientMockRecorder) CreateOrUpdateZone(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateOrUpdateZone indicates an expected call of CreateOrUpdateZone.
func (*MockclientMockRecorder) DeleteLink ¶
func (mr *MockclientMockRecorder) DeleteLink(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteLink indicates an expected call of DeleteLink.
func (*MockclientMockRecorder) DeleteRecordSet ¶
func (mr *MockclientMockRecorder) DeleteRecordSet(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
DeleteRecordSet indicates an expected call of DeleteRecordSet.
func (*MockclientMockRecorder) DeleteZone ¶
func (mr *MockclientMockRecorder) DeleteZone(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteZone indicates an expected call of DeleteZone.