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) FailureDomains() []string
- func (m *MockScope) HashKey() string
- 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
- 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) FailureDomains() *gomock.Call
- func (mr *MockScopeMockRecorder) HashKey() *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
- 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
- func (m *Mockclient) GetLink(arg0 context.Context, arg1, arg2, arg3 string) (privatedns.VirtualNetworkLink, error)
- func (m *Mockclient) GetZone(arg0 context.Context, arg1, arg2 string) (privatedns.PrivateZone, error)
- 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
- func (mr *MockclientMockRecorder) GetLink(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockclientMockRecorder) GetZone(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.
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) 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) 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.
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.
func (*Mockclient) GetLink ¶ added in v1.1.0
func (m *Mockclient) GetLink(arg0 context.Context, arg1, arg2, arg3 string) (privatedns.VirtualNetworkLink, error)
GetLink mocks base method.
func (*Mockclient) GetZone ¶ added in v1.1.0
func (m *Mockclient) GetZone(arg0 context.Context, arg1, arg2 string) (privatedns.PrivateZone, error)
GetZone mocks base method.
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.
func (*MockclientMockRecorder) GetLink ¶ added in v1.1.0
func (mr *MockclientMockRecorder) GetLink(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetLink indicates an expected call of GetLink.
func (*MockclientMockRecorder) GetZone ¶ added in v1.1.0
func (mr *MockclientMockRecorder) GetZone(arg0, arg1, arg2 interface{}) *gomock.Call
GetZone indicates an expected call of GetZone.