Documentation ¶
Overview ¶
Run go generate to regenerate this mock.
Code generated by MockGen. DO NOT EDIT. Source: ../privatedns.go
Generated by this command:
mockgen -destination privatedns_mock.go -package mock_privatedns -source ../privatedns.go Scope
Package mock_privatedns is a generated GoMock package.
Index ¶
- type MockScope
- func (m *MockScope) AdditionalTags() v1beta1.Tags
- 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) ExtendedLocation() *v1beta1.ExtendedLocationSpec
- func (m *MockScope) ExtendedLocationName() string
- func (m *MockScope) ExtendedLocationType() string
- 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) NodeResourceGroup() 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) Token() azcore.TokenCredential
- 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) 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 any) *gomock.Call
- func (mr *MockScopeMockRecorder) ExtendedLocation() *gomock.Call
- func (mr *MockScopeMockRecorder) ExtendedLocationName() *gomock.Call
- func (mr *MockScopeMockRecorder) ExtendedLocationType() *gomock.Call
- func (mr *MockScopeMockRecorder) FailureDomains() *gomock.Call
- func (mr *MockScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockScopeMockRecorder) Location() *gomock.Call
- func (mr *MockScopeMockRecorder) NodeResourceGroup() *gomock.Call
- func (mr *MockScopeMockRecorder) PrivateDNSSpec() *gomock.Call
- func (mr *MockScopeMockRecorder) ResourceGroup() *gomock.Call
- func (mr *MockScopeMockRecorder) SetLongRunningOperationState(arg0 any) *gomock.Call
- func (mr *MockScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockScopeMockRecorder) Token() *gomock.Call
- func (mr *MockScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
- func (mr *MockScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *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) 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) ExtendedLocation ¶ added in v1.8.0
func (m *MockScope) ExtendedLocation() *v1beta1.ExtendedLocationSpec
ExtendedLocation mocks base method.
func (*MockScope) ExtendedLocationName ¶ added in v1.8.0
ExtendedLocationName mocks base method.
func (*MockScope) ExtendedLocationType ¶ added in v1.8.0
ExtendedLocationType mocks base method.
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) NodeResourceGroup ¶ added in v1.12.0
NodeResourceGroup 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) Token ¶ added in v1.11.0
func (m *MockScope) Token() azcore.TokenCredential
Token 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) 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 any) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockScopeMockRecorder) ExtendedLocation ¶ added in v1.8.0
func (mr *MockScopeMockRecorder) ExtendedLocation() *gomock.Call
ExtendedLocation indicates an expected call of ExtendedLocation.
func (*MockScopeMockRecorder) ExtendedLocationName ¶ added in v1.8.0
func (mr *MockScopeMockRecorder) ExtendedLocationName() *gomock.Call
ExtendedLocationName indicates an expected call of ExtendedLocationName.
func (*MockScopeMockRecorder) ExtendedLocationType ¶ added in v1.8.0
func (mr *MockScopeMockRecorder) ExtendedLocationType() *gomock.Call
ExtendedLocationType indicates an expected call of ExtendedLocationType.
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 any) *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) NodeResourceGroup ¶ added in v1.12.0
func (mr *MockScopeMockRecorder) NodeResourceGroup() *gomock.Call
NodeResourceGroup indicates an expected call of NodeResourceGroup.
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 any) *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) Token ¶ added in v1.11.0
func (mr *MockScopeMockRecorder) Token() *gomock.Call
Token indicates an expected call of Token.
func (*MockScopeMockRecorder) UpdateDeleteStatus ¶ added in v1.3.0
func (mr *MockScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 any) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockScopeMockRecorder) UpdatePatchStatus ¶ added in v1.3.0
func (mr *MockScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 any) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockScopeMockRecorder) UpdatePutStatus ¶ added in v1.3.0
func (mr *MockScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 any) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.