Documentation ¶
Overview ¶
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) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
- func (m *MockScope) EXPECT() *MockScopeMockRecorder
- func (m *MockScope) FailureDomains() []string
- func (m *MockScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
- func (m *MockScope) HashKey() string
- func (m *MockScope) Location() string
- func (m *MockScope) PrivateDNSSpec() (azure.ResourceSpecGetter, []azure.ResourceSpecGetter, ...)
- func (m *MockScope) ResourceGroup() string
- func (m *MockScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
- func (m *MockScope) SubscriptionID() string
- func (m *MockScope) TenantID() string
- func (m *MockScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- 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) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockScopeMockRecorder) FailureDomains() *gomock.Call
- func (mr *MockScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *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) SetLongRunningOperationState(arg0 interface{}) *gomock.Call
- func (mr *MockScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockScopeMockRecorder) UpdatePutStatus(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) DeleteLongRunningOperationState ¶ added in v1.3.0
DeleteLongRunningOperationState 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) GetLongRunningOperationState ¶ added in v1.3.0
GetLongRunningOperationState mocks base method.
func (*MockScope) PrivateDNSSpec ¶
func (m *MockScope) PrivateDNSSpec() (azure.ResourceSpecGetter, []azure.ResourceSpecGetter, []azure.ResourceSpecGetter)
PrivateDNSSpec mocks base method.
func (*MockScope) ResourceGroup ¶
ResourceGroup mocks base method.
func (*MockScope) SetLongRunningOperationState ¶ added in v1.3.0
SetLongRunningOperationState mocks base method.
func (*MockScope) SubscriptionID ¶
SubscriptionID mocks base method.
func (*MockScope) UpdateDeleteStatus ¶ added in v1.3.0
func (m *MockScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdateDeleteStatus mocks base method.
func (*MockScope) UpdatePatchStatus ¶ added in v1.3.0
func (m *MockScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePatchStatus mocks base method.
func (*MockScope) UpdatePutStatus ¶ added in v1.3.0
func (m *MockScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePutStatus 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) DeleteLongRunningOperationState ¶ added in v1.3.0
func (mr *MockScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockScopeMockRecorder) FailureDomains ¶ added in v0.5.3
func (mr *MockScopeMockRecorder) FailureDomains() *gomock.Call
FailureDomains indicates an expected call of FailureDomains.
func (*MockScopeMockRecorder) GetLongRunningOperationState ¶ added in v1.3.0
func (mr *MockScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.
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) SetLongRunningOperationState ¶ added in v1.3.0
func (mr *MockScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call
SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.
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) UpdateDeleteStatus ¶ added in v1.3.0
func (mr *MockScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockScopeMockRecorder) UpdatePatchStatus ¶ added in v1.3.0
func (mr *MockScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockScopeMockRecorder) UpdatePutStatus ¶ added in v1.3.0
func (mr *MockScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.