Documentation ¶
Overview ¶
Package mock_agentpools is a generated GoMock package.
Index ¶
- type MockAgentPoolScope
- func (m *MockAgentPoolScope) AdditionalTags() v1beta1.Tags
- func (m *MockAgentPoolScope) AgentPoolAnnotations() map[string]string
- func (m *MockAgentPoolScope) AgentPoolSpec() azure.ResourceSpecGetter
- func (m *MockAgentPoolScope) Authorizer() autorest.Authorizer
- func (m *MockAgentPoolScope) AvailabilitySetEnabled() bool
- func (m *MockAgentPoolScope) BaseURI() string
- func (m *MockAgentPoolScope) ClientID() string
- func (m *MockAgentPoolScope) ClientSecret() string
- func (m *MockAgentPoolScope) CloudEnvironment() string
- func (m *MockAgentPoolScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides
- func (m *MockAgentPoolScope) ClusterName() string
- func (m *MockAgentPoolScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
- func (m *MockAgentPoolScope) EXPECT() *MockAgentPoolScopeMockRecorder
- func (m *MockAgentPoolScope) FailureDomains() []string
- func (m *MockAgentPoolScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
- func (m *MockAgentPoolScope) HashKey() string
- func (m *MockAgentPoolScope) Location() string
- func (m *MockAgentPoolScope) Name() string
- func (m *MockAgentPoolScope) NodeResourceGroup() string
- func (m *MockAgentPoolScope) RemoveCAPIMachinePoolAnnotation(key string)
- func (m *MockAgentPoolScope) ResourceGroup() string
- func (m *MockAgentPoolScope) SetAgentPoolProviderIDList(arg0 []string)
- func (m *MockAgentPoolScope) SetAgentPoolReady(arg0 bool)
- func (m *MockAgentPoolScope) SetAgentPoolReplicas(arg0 int32)
- func (m *MockAgentPoolScope) SetCAPIMachinePoolAnnotation(key, value string)
- func (m *MockAgentPoolScope) SetCAPIMachinePoolReplicas(replicas *int32)
- func (m *MockAgentPoolScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
- func (m *MockAgentPoolScope) SubscriptionID() string
- func (m *MockAgentPoolScope) TenantID() string
- func (m *MockAgentPoolScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockAgentPoolScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- func (m *MockAgentPoolScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
- type MockAgentPoolScopeMockRecorder
- func (mr *MockAgentPoolScopeMockRecorder) AdditionalTags() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) AgentPoolAnnotations() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) AgentPoolSpec() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) Authorizer() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) BaseURI() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) ClientID() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) ClientSecret() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) CloudEnvironment() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) ClusterName() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) FailureDomains() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) Location() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) Name() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) NodeResourceGroup() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) RemoveCAPIMachinePoolAnnotation(key interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) ResourceGroup() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) SetAgentPoolProviderIDList(arg0 interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) SetAgentPoolReady(arg0 interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) SetAgentPoolReplicas(arg0 interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) SetCAPIMachinePoolAnnotation(key, value interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) SetCAPIMachinePoolReplicas(replicas interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAgentPoolScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAgentPoolScope ¶ added in v1.5.0
type MockAgentPoolScope struct {
// contains filtered or unexported fields
}
MockAgentPoolScope is a mock of AgentPoolScope interface.
func NewMockAgentPoolScope ¶ added in v1.5.0
func NewMockAgentPoolScope(ctrl *gomock.Controller) *MockAgentPoolScope
NewMockAgentPoolScope creates a new mock instance.
func (*MockAgentPoolScope) AdditionalTags ¶ added in v1.5.0
func (m *MockAgentPoolScope) AdditionalTags() v1beta1.Tags
AdditionalTags mocks base method.
func (*MockAgentPoolScope) AgentPoolAnnotations ¶ added in v1.5.0
func (m *MockAgentPoolScope) AgentPoolAnnotations() map[string]string
AgentPoolAnnotations mocks base method.
func (*MockAgentPoolScope) AgentPoolSpec ¶ added in v1.5.0
func (m *MockAgentPoolScope) AgentPoolSpec() azure.ResourceSpecGetter
AgentPoolSpec mocks base method.
func (*MockAgentPoolScope) Authorizer ¶ added in v1.5.0
func (m *MockAgentPoolScope) Authorizer() autorest.Authorizer
Authorizer mocks base method.
func (*MockAgentPoolScope) AvailabilitySetEnabled ¶ added in v1.5.0
func (m *MockAgentPoolScope) AvailabilitySetEnabled() bool
AvailabilitySetEnabled mocks base method.
func (*MockAgentPoolScope) BaseURI ¶ added in v1.5.0
func (m *MockAgentPoolScope) BaseURI() string
BaseURI mocks base method.
func (*MockAgentPoolScope) ClientID ¶ added in v1.5.0
func (m *MockAgentPoolScope) ClientID() string
ClientID mocks base method.
func (*MockAgentPoolScope) ClientSecret ¶ added in v1.5.0
func (m *MockAgentPoolScope) ClientSecret() string
ClientSecret mocks base method.
func (*MockAgentPoolScope) CloudEnvironment ¶ added in v1.5.0
func (m *MockAgentPoolScope) CloudEnvironment() string
CloudEnvironment mocks base method.
func (*MockAgentPoolScope) CloudProviderConfigOverrides ¶ added in v1.5.0
func (m *MockAgentPoolScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides
CloudProviderConfigOverrides mocks base method.
func (*MockAgentPoolScope) ClusterName ¶ added in v1.5.0
func (m *MockAgentPoolScope) ClusterName() string
ClusterName mocks base method.
func (*MockAgentPoolScope) DeleteLongRunningOperationState ¶ added in v1.5.0
func (m *MockAgentPoolScope) DeleteLongRunningOperationState(arg0, arg1, arg2 string)
DeleteLongRunningOperationState mocks base method.
func (*MockAgentPoolScope) EXPECT ¶ added in v1.5.0
func (m *MockAgentPoolScope) EXPECT() *MockAgentPoolScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAgentPoolScope) FailureDomains ¶ added in v1.5.0
func (m *MockAgentPoolScope) FailureDomains() []string
FailureDomains mocks base method.
func (*MockAgentPoolScope) GetLongRunningOperationState ¶ added in v1.5.0
func (m *MockAgentPoolScope) GetLongRunningOperationState(arg0, arg1, arg2 string) *v1beta1.Future
GetLongRunningOperationState mocks base method.
func (*MockAgentPoolScope) HashKey ¶ added in v1.5.0
func (m *MockAgentPoolScope) HashKey() string
HashKey mocks base method.
func (*MockAgentPoolScope) Location ¶ added in v1.5.0
func (m *MockAgentPoolScope) Location() string
Location mocks base method.
func (*MockAgentPoolScope) Name ¶ added in v1.5.0
func (m *MockAgentPoolScope) Name() string
Name mocks base method.
func (*MockAgentPoolScope) NodeResourceGroup ¶ added in v1.5.0
func (m *MockAgentPoolScope) NodeResourceGroup() string
NodeResourceGroup mocks base method.
func (*MockAgentPoolScope) RemoveCAPIMachinePoolAnnotation ¶ added in v1.5.0
func (m *MockAgentPoolScope) RemoveCAPIMachinePoolAnnotation(key string)
RemoveCAPIMachinePoolAnnotation mocks base method.
func (*MockAgentPoolScope) ResourceGroup ¶ added in v1.5.0
func (m *MockAgentPoolScope) ResourceGroup() string
ResourceGroup mocks base method.
func (*MockAgentPoolScope) SetAgentPoolProviderIDList ¶ added in v1.5.0
func (m *MockAgentPoolScope) SetAgentPoolProviderIDList(arg0 []string)
SetAgentPoolProviderIDList mocks base method.
func (*MockAgentPoolScope) SetAgentPoolReady ¶ added in v1.5.0
func (m *MockAgentPoolScope) SetAgentPoolReady(arg0 bool)
SetAgentPoolReady mocks base method.
func (*MockAgentPoolScope) SetAgentPoolReplicas ¶ added in v1.5.0
func (m *MockAgentPoolScope) SetAgentPoolReplicas(arg0 int32)
SetAgentPoolReplicas mocks base method.
func (*MockAgentPoolScope) SetCAPIMachinePoolAnnotation ¶ added in v1.5.0
func (m *MockAgentPoolScope) SetCAPIMachinePoolAnnotation(key, value string)
SetCAPIMachinePoolAnnotation mocks base method.
func (*MockAgentPoolScope) SetCAPIMachinePoolReplicas ¶ added in v1.5.0
func (m *MockAgentPoolScope) SetCAPIMachinePoolReplicas(replicas *int32)
SetCAPIMachinePoolReplicas mocks base method.
func (*MockAgentPoolScope) SetLongRunningOperationState ¶ added in v1.5.0
func (m *MockAgentPoolScope) SetLongRunningOperationState(arg0 *v1beta1.Future)
SetLongRunningOperationState mocks base method.
func (*MockAgentPoolScope) SubscriptionID ¶ added in v1.5.0
func (m *MockAgentPoolScope) SubscriptionID() string
SubscriptionID mocks base method.
func (*MockAgentPoolScope) TenantID ¶ added in v1.5.0
func (m *MockAgentPoolScope) TenantID() string
TenantID mocks base method.
func (*MockAgentPoolScope) UpdateDeleteStatus ¶ added in v1.5.0
func (m *MockAgentPoolScope) UpdateDeleteStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdateDeleteStatus mocks base method.
func (*MockAgentPoolScope) UpdatePatchStatus ¶ added in v1.5.0
func (m *MockAgentPoolScope) UpdatePatchStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePatchStatus mocks base method.
func (*MockAgentPoolScope) UpdatePutStatus ¶ added in v1.5.0
func (m *MockAgentPoolScope) UpdatePutStatus(arg0 v1beta10.ConditionType, arg1 string, arg2 error)
UpdatePutStatus mocks base method.
type MockAgentPoolScopeMockRecorder ¶ added in v1.5.0
type MockAgentPoolScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockAgentPoolScopeMockRecorder is the mock recorder for MockAgentPoolScope.
func (*MockAgentPoolScopeMockRecorder) AdditionalTags ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) AdditionalTags() *gomock.Call
AdditionalTags indicates an expected call of AdditionalTags.
func (*MockAgentPoolScopeMockRecorder) AgentPoolAnnotations ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) AgentPoolAnnotations() *gomock.Call
AgentPoolAnnotations indicates an expected call of AgentPoolAnnotations.
func (*MockAgentPoolScopeMockRecorder) AgentPoolSpec ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) AgentPoolSpec() *gomock.Call
AgentPoolSpec indicates an expected call of AgentPoolSpec.
func (*MockAgentPoolScopeMockRecorder) Authorizer ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) Authorizer() *gomock.Call
Authorizer indicates an expected call of Authorizer.
func (*MockAgentPoolScopeMockRecorder) AvailabilitySetEnabled ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call
AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.
func (*MockAgentPoolScopeMockRecorder) BaseURI ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) BaseURI() *gomock.Call
BaseURI indicates an expected call of BaseURI.
func (*MockAgentPoolScopeMockRecorder) ClientID ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) ClientID() *gomock.Call
ClientID indicates an expected call of ClientID.
func (*MockAgentPoolScopeMockRecorder) ClientSecret ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) ClientSecret() *gomock.Call
ClientSecret indicates an expected call of ClientSecret.
func (*MockAgentPoolScopeMockRecorder) CloudEnvironment ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) CloudEnvironment() *gomock.Call
CloudEnvironment indicates an expected call of CloudEnvironment.
func (*MockAgentPoolScopeMockRecorder) CloudProviderConfigOverrides ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call
CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.
func (*MockAgentPoolScopeMockRecorder) ClusterName ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) ClusterName() *gomock.Call
ClusterName indicates an expected call of ClusterName.
func (*MockAgentPoolScopeMockRecorder) DeleteLongRunningOperationState ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) DeleteLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteLongRunningOperationState indicates an expected call of DeleteLongRunningOperationState.
func (*MockAgentPoolScopeMockRecorder) FailureDomains ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) FailureDomains() *gomock.Call
FailureDomains indicates an expected call of FailureDomains.
func (*MockAgentPoolScopeMockRecorder) GetLongRunningOperationState ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) GetLongRunningOperationState(arg0, arg1, arg2 interface{}) *gomock.Call
GetLongRunningOperationState indicates an expected call of GetLongRunningOperationState.
func (*MockAgentPoolScopeMockRecorder) HashKey ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) HashKey() *gomock.Call
HashKey indicates an expected call of HashKey.
func (*MockAgentPoolScopeMockRecorder) Location ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) Location() *gomock.Call
Location indicates an expected call of Location.
func (*MockAgentPoolScopeMockRecorder) Name ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
func (*MockAgentPoolScopeMockRecorder) NodeResourceGroup ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) NodeResourceGroup() *gomock.Call
NodeResourceGroup indicates an expected call of NodeResourceGroup.
func (*MockAgentPoolScopeMockRecorder) RemoveCAPIMachinePoolAnnotation ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) RemoveCAPIMachinePoolAnnotation(key interface{}) *gomock.Call
RemoveCAPIMachinePoolAnnotation indicates an expected call of RemoveCAPIMachinePoolAnnotation.
func (*MockAgentPoolScopeMockRecorder) ResourceGroup ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) ResourceGroup() *gomock.Call
ResourceGroup indicates an expected call of ResourceGroup.
func (*MockAgentPoolScopeMockRecorder) SetAgentPoolProviderIDList ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) SetAgentPoolProviderIDList(arg0 interface{}) *gomock.Call
SetAgentPoolProviderIDList indicates an expected call of SetAgentPoolProviderIDList.
func (*MockAgentPoolScopeMockRecorder) SetAgentPoolReady ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) SetAgentPoolReady(arg0 interface{}) *gomock.Call
SetAgentPoolReady indicates an expected call of SetAgentPoolReady.
func (*MockAgentPoolScopeMockRecorder) SetAgentPoolReplicas ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) SetAgentPoolReplicas(arg0 interface{}) *gomock.Call
SetAgentPoolReplicas indicates an expected call of SetAgentPoolReplicas.
func (*MockAgentPoolScopeMockRecorder) SetCAPIMachinePoolAnnotation ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) SetCAPIMachinePoolAnnotation(key, value interface{}) *gomock.Call
SetCAPIMachinePoolAnnotation indicates an expected call of SetCAPIMachinePoolAnnotation.
func (*MockAgentPoolScopeMockRecorder) SetCAPIMachinePoolReplicas ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) SetCAPIMachinePoolReplicas(replicas interface{}) *gomock.Call
SetCAPIMachinePoolReplicas indicates an expected call of SetCAPIMachinePoolReplicas.
func (*MockAgentPoolScopeMockRecorder) SetLongRunningOperationState ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) SetLongRunningOperationState(arg0 interface{}) *gomock.Call
SetLongRunningOperationState indicates an expected call of SetLongRunningOperationState.
func (*MockAgentPoolScopeMockRecorder) SubscriptionID ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) SubscriptionID() *gomock.Call
SubscriptionID indicates an expected call of SubscriptionID.
func (*MockAgentPoolScopeMockRecorder) TenantID ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) TenantID() *gomock.Call
TenantID indicates an expected call of TenantID.
func (*MockAgentPoolScopeMockRecorder) UpdateDeleteStatus ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) UpdateDeleteStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateDeleteStatus indicates an expected call of UpdateDeleteStatus.
func (*MockAgentPoolScopeMockRecorder) UpdatePatchStatus ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) UpdatePatchStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePatchStatus indicates an expected call of UpdatePatchStatus.
func (*MockAgentPoolScopeMockRecorder) UpdatePutStatus ¶ added in v1.5.0
func (mr *MockAgentPoolScopeMockRecorder) UpdatePutStatus(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePutStatus indicates an expected call of UpdatePutStatus.