Documentation ¶
Overview ¶
Package mock_vmextensions is a generated GoMock package.
Run go generate to regenerate this mock.
Package mock_vmextensions is a generated GoMock package.
Index ¶
- type MockVMExtensionScope
- func (m *MockVMExtensionScope) AdditionalTags() v1beta1.Tags
- func (m *MockVMExtensionScope) Authorizer() autorest.Authorizer
- func (m *MockVMExtensionScope) AvailabilitySetEnabled() bool
- func (m *MockVMExtensionScope) BaseURI() string
- func (m *MockVMExtensionScope) ClientID() string
- func (m *MockVMExtensionScope) ClientSecret() string
- func (m *MockVMExtensionScope) CloudEnvironment() string
- func (m *MockVMExtensionScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides
- func (m *MockVMExtensionScope) ClusterName() string
- func (m *MockVMExtensionScope) EXPECT() *MockVMExtensionScopeMockRecorder
- func (m *MockVMExtensionScope) FailureDomains() []string
- func (m *MockVMExtensionScope) HashKey() string
- func (m *MockVMExtensionScope) Location() string
- func (m *MockVMExtensionScope) ResourceGroup() string
- func (m *MockVMExtensionScope) SetBootstrapConditions(arg0 context.Context, arg1, arg2 string) error
- func (m *MockVMExtensionScope) SubscriptionID() string
- func (m *MockVMExtensionScope) TenantID() string
- func (m *MockVMExtensionScope) VMExtensionSpecs() []azure.ExtensionSpec
- type MockVMExtensionScopeMockRecorder
- func (mr *MockVMExtensionScopeMockRecorder) AdditionalTags() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) Authorizer() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) BaseURI() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) ClientID() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) ClientSecret() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) CloudEnvironment() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) ClusterName() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) FailureDomains() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) HashKey() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) Location() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) ResourceGroup() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) SetBootstrapConditions(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) SubscriptionID() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) TenantID() *gomock.Call
- func (mr *MockVMExtensionScopeMockRecorder) VMExtensionSpecs() *gomock.Call
- type Mockclient
- func (m *Mockclient) CreateOrUpdateAsync(arg0 context.Context, arg1, arg2, arg3 string, ...) error
- func (m *Mockclient) Delete(arg0 context.Context, arg1, arg2, arg3 string) error
- func (m *Mockclient) EXPECT() *MockclientMockRecorder
- func (m *Mockclient) Get(ctx context.Context, resourceGroupName, vmName, name string) (compute.VirtualMachineExtension, error)
- type MockclientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockVMExtensionScope ¶
type MockVMExtensionScope struct {
// contains filtered or unexported fields
}
MockVMExtensionScope is a mock of VMExtensionScope interface.
func NewMockVMExtensionScope ¶
func NewMockVMExtensionScope(ctrl *gomock.Controller) *MockVMExtensionScope
NewMockVMExtensionScope creates a new mock instance.
func (*MockVMExtensionScope) AdditionalTags ¶
func (m *MockVMExtensionScope) AdditionalTags() v1beta1.Tags
AdditionalTags mocks base method.
func (*MockVMExtensionScope) Authorizer ¶
func (m *MockVMExtensionScope) Authorizer() autorest.Authorizer
Authorizer mocks base method.
func (*MockVMExtensionScope) AvailabilitySetEnabled ¶
func (m *MockVMExtensionScope) AvailabilitySetEnabled() bool
AvailabilitySetEnabled mocks base method.
func (*MockVMExtensionScope) BaseURI ¶
func (m *MockVMExtensionScope) BaseURI() string
BaseURI mocks base method.
func (*MockVMExtensionScope) ClientID ¶
func (m *MockVMExtensionScope) ClientID() string
ClientID mocks base method.
func (*MockVMExtensionScope) ClientSecret ¶
func (m *MockVMExtensionScope) ClientSecret() string
ClientSecret mocks base method.
func (*MockVMExtensionScope) CloudEnvironment ¶
func (m *MockVMExtensionScope) CloudEnvironment() string
CloudEnvironment mocks base method.
func (*MockVMExtensionScope) CloudProviderConfigOverrides ¶
func (m *MockVMExtensionScope) CloudProviderConfigOverrides() *v1beta1.CloudProviderConfigOverrides
CloudProviderConfigOverrides mocks base method.
func (*MockVMExtensionScope) ClusterName ¶
func (m *MockVMExtensionScope) ClusterName() string
ClusterName mocks base method.
func (*MockVMExtensionScope) EXPECT ¶
func (m *MockVMExtensionScope) EXPECT() *MockVMExtensionScopeMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVMExtensionScope) FailureDomains ¶ added in v0.5.3
func (m *MockVMExtensionScope) FailureDomains() []string
FailureDomains mocks base method.
func (*MockVMExtensionScope) HashKey ¶
func (m *MockVMExtensionScope) HashKey() string
HashKey mocks base method.
func (*MockVMExtensionScope) Location ¶
func (m *MockVMExtensionScope) Location() string
Location mocks base method.
func (*MockVMExtensionScope) ResourceGroup ¶
func (m *MockVMExtensionScope) ResourceGroup() string
ResourceGroup mocks base method.
func (*MockVMExtensionScope) SetBootstrapConditions ¶
func (m *MockVMExtensionScope) SetBootstrapConditions(arg0 context.Context, arg1, arg2 string) error
SetBootstrapConditions mocks base method.
func (*MockVMExtensionScope) SubscriptionID ¶
func (m *MockVMExtensionScope) SubscriptionID() string
SubscriptionID mocks base method.
func (*MockVMExtensionScope) TenantID ¶
func (m *MockVMExtensionScope) TenantID() string
TenantID mocks base method.
func (*MockVMExtensionScope) VMExtensionSpecs ¶
func (m *MockVMExtensionScope) VMExtensionSpecs() []azure.ExtensionSpec
VMExtensionSpecs mocks base method.
type MockVMExtensionScopeMockRecorder ¶
type MockVMExtensionScopeMockRecorder struct {
// contains filtered or unexported fields
}
MockVMExtensionScopeMockRecorder is the mock recorder for MockVMExtensionScope.
func (*MockVMExtensionScopeMockRecorder) AdditionalTags ¶
func (mr *MockVMExtensionScopeMockRecorder) AdditionalTags() *gomock.Call
AdditionalTags indicates an expected call of AdditionalTags.
func (*MockVMExtensionScopeMockRecorder) Authorizer ¶
func (mr *MockVMExtensionScopeMockRecorder) Authorizer() *gomock.Call
Authorizer indicates an expected call of Authorizer.
func (*MockVMExtensionScopeMockRecorder) AvailabilitySetEnabled ¶
func (mr *MockVMExtensionScopeMockRecorder) AvailabilitySetEnabled() *gomock.Call
AvailabilitySetEnabled indicates an expected call of AvailabilitySetEnabled.
func (*MockVMExtensionScopeMockRecorder) BaseURI ¶
func (mr *MockVMExtensionScopeMockRecorder) BaseURI() *gomock.Call
BaseURI indicates an expected call of BaseURI.
func (*MockVMExtensionScopeMockRecorder) ClientID ¶
func (mr *MockVMExtensionScopeMockRecorder) ClientID() *gomock.Call
ClientID indicates an expected call of ClientID.
func (*MockVMExtensionScopeMockRecorder) ClientSecret ¶
func (mr *MockVMExtensionScopeMockRecorder) ClientSecret() *gomock.Call
ClientSecret indicates an expected call of ClientSecret.
func (*MockVMExtensionScopeMockRecorder) CloudEnvironment ¶
func (mr *MockVMExtensionScopeMockRecorder) CloudEnvironment() *gomock.Call
CloudEnvironment indicates an expected call of CloudEnvironment.
func (*MockVMExtensionScopeMockRecorder) CloudProviderConfigOverrides ¶
func (mr *MockVMExtensionScopeMockRecorder) CloudProviderConfigOverrides() *gomock.Call
CloudProviderConfigOverrides indicates an expected call of CloudProviderConfigOverrides.
func (*MockVMExtensionScopeMockRecorder) ClusterName ¶
func (mr *MockVMExtensionScopeMockRecorder) ClusterName() *gomock.Call
ClusterName indicates an expected call of ClusterName.
func (*MockVMExtensionScopeMockRecorder) FailureDomains ¶ added in v0.5.3
func (mr *MockVMExtensionScopeMockRecorder) FailureDomains() *gomock.Call
FailureDomains indicates an expected call of FailureDomains.
func (*MockVMExtensionScopeMockRecorder) HashKey ¶
func (mr *MockVMExtensionScopeMockRecorder) HashKey() *gomock.Call
HashKey indicates an expected call of HashKey.
func (*MockVMExtensionScopeMockRecorder) Location ¶
func (mr *MockVMExtensionScopeMockRecorder) Location() *gomock.Call
Location indicates an expected call of Location.
func (*MockVMExtensionScopeMockRecorder) ResourceGroup ¶
func (mr *MockVMExtensionScopeMockRecorder) ResourceGroup() *gomock.Call
ResourceGroup indicates an expected call of ResourceGroup.
func (*MockVMExtensionScopeMockRecorder) SetBootstrapConditions ¶
func (mr *MockVMExtensionScopeMockRecorder) SetBootstrapConditions(arg0, arg1, arg2 interface{}) *gomock.Call
SetBootstrapConditions indicates an expected call of SetBootstrapConditions.
func (*MockVMExtensionScopeMockRecorder) SubscriptionID ¶
func (mr *MockVMExtensionScopeMockRecorder) SubscriptionID() *gomock.Call
SubscriptionID indicates an expected call of SubscriptionID.
func (*MockVMExtensionScopeMockRecorder) TenantID ¶
func (mr *MockVMExtensionScopeMockRecorder) TenantID() *gomock.Call
TenantID indicates an expected call of TenantID.
func (*MockVMExtensionScopeMockRecorder) VMExtensionSpecs ¶
func (mr *MockVMExtensionScopeMockRecorder) VMExtensionSpecs() *gomock.Call
VMExtensionSpecs indicates an expected call of VMExtensionSpecs.
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) CreateOrUpdateAsync ¶
func (m *Mockclient) CreateOrUpdateAsync(arg0 context.Context, arg1, arg2, arg3 string, arg4 compute.VirtualMachineExtension) error
CreateOrUpdateAsync mocks base method.
func (*Mockclient) Delete ¶
func (m *Mockclient) Delete(arg0 context.Context, arg1, arg2, arg3 string) error
Delete 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) Get ¶
func (m *Mockclient) Get(ctx context.Context, resourceGroupName, vmName, name string) (compute.VirtualMachineExtension, error)
Get mocks base method.
type MockclientMockRecorder ¶
type MockclientMockRecorder struct {
// contains filtered or unexported fields
}
MockclientMockRecorder is the mock recorder for Mockclient.
func (*MockclientMockRecorder) CreateOrUpdateAsync ¶
func (mr *MockclientMockRecorder) CreateOrUpdateAsync(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
CreateOrUpdateAsync indicates an expected call of CreateOrUpdateAsync.
func (*MockclientMockRecorder) Delete ¶
func (mr *MockclientMockRecorder) Delete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockclientMockRecorder) Get ¶
func (mr *MockclientMockRecorder) Get(ctx, resourceGroupName, vmName, name interface{}) *gomock.Call
Get indicates an expected call of Get.