Documentation ¶
Index ¶
- type AzureClient
- func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName, vmName string, ...) error
- func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, vmName string) error
- func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, vmName string) (compute.VirtualMachine, error)
- type Client
- type Service
- type VMScope
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureClient ¶
type AzureClient struct {
// contains filtered or unexported fields
}
AzureClient contains the Azure go-sdk Client.
func NewClient ¶
func NewClient(auth azure.Authorizer) *AzureClient
NewClient creates a new VM client from subscription ID.
func (*AzureClient) CreateOrUpdate ¶
func (ac *AzureClient) CreateOrUpdate(ctx context.Context, resourceGroupName, vmName string, vm compute.VirtualMachine) error
CreateOrUpdate the operation to create or update a virtual machine.
func (*AzureClient) Delete ¶
func (ac *AzureClient) Delete(ctx context.Context, resourceGroupName, vmName string) error
Delete the operation to delete a virtual machine.
func (*AzureClient) Get ¶
func (ac *AzureClient) Get(ctx context.Context, resourceGroupName, vmName string) (compute.VirtualMachine, error)
Get retrieves information about the model view or the instance view of a virtual machine.
type Client ¶
type Client interface { Get(context.Context, string, string) (compute.VirtualMachine, error) CreateOrUpdate(context.Context, string, string, compute.VirtualMachine) error Delete(context.Context, string, string) error }
Client wraps go-sdk.
type Service ¶
Service provides operations on Azure resources.
func New ¶
func New(scope VMScope, skuCache *resourceskus.Cache) *Service
New creates a new service.
type VMScope ¶
type VMScope interface { logr.Logger azure.ClusterDescriber VMSpec() azure.VMSpec GetBootstrapData(ctx context.Context) (string, error) GetVMImage() (*infrav1.Image, error) SetAnnotation(string, string) ProviderID() string AvailabilitySet() (string, bool) SetProviderID(string) SetAddresses([]corev1.NodeAddress) SetVMState(infrav1.ProvisioningState) UpdateStatus() }
VMScope defines the scope interface for a virtual machines service.
Directories ¶
Path | Synopsis |
---|---|
Package mock_virtualmachines is a generated GoMock package.
|
Package mock_virtualmachines is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.