converters

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrUserAssignedIdentitiesNotFound = errors.New("the user-assigned identity provider ids must not be null or empty for 'UserAssigned' identity type")

ErrUserAssignedIdentitiesNotFound is the error thrown when user assigned identities is not passed with the identity type being UserAssigned.

Functions

func FutureToSDK added in v0.5.3

func FutureToSDK(future infrav1.Future) (azureautorest.FutureAPI, error)

FutureToSDK converts an infrav1.Future to an SDK future.

func GetRecordType

func GetRecordType(ip string) privatedns.RecordType

GetRecordType returns the SDK record type to use based on the type of IP to map. Currently only allows type A (IPv4) and AAAA (IPv6) records.

func GetSpotVMOptions

GetSpotVMOptions takes the spot vm options and returns the individual vm priority, eviction policy and billing profile.

func ImageToPlan added in v1.1.0

func ImageToPlan(image *infrav1.Image) *compute.Plan

ImageToPlan converts a CAPZ Image to an Azure Compute Plan.

func ImageToSDK

func ImageToSDK(image *infrav1.Image) (*compute.ImageReference, error)

ImageToSDK converts a CAPZ Image (as RawExtension) to a Azure SDK Image Reference.

func MapToTags

func MapToTags(src map[string]*string) infrav1.Tags

MapToTags converts a map[string]*string into a infrav1.Tags.

func SDKImageToImage

func SDKImageToImage(sdkImageRef *compute.ImageReference, isThirdPartyImage bool) infrav1.Image

SDKImageToImage converts a SDK image reference to infrav1.Image.

func SDKToFuture added in v0.5.3

func SDKToFuture(future azureautorest.FutureAPI, futureType, service, resourceName, rgName string) (*infrav1.Future, error)

SDKToFuture converts an SDK future to an infrav1.Future.

func SDKToVMSS

func SDKToVMSS(sdkvmss compute.VirtualMachineScaleSet, sdkinstances []compute.VirtualMachineScaleSetVM) *azure.VMSS

SDKToVMSS converts an Azure SDK VirtualMachineScaleSet to the AzureMachinePool type.

func SDKToVMSSVM

func SDKToVMSSVM(sdkInstance compute.VirtualMachineScaleSetVM) *azure.VMSSVM

SDKToVMSSVM converts an Azure SDK VirtualMachineScaleSetVM into an infrav1exp.VMSSVM.

func SKUtoSDK

func SKUtoSDK(src infrav1.SKU) network.LoadBalancerSkuName

SKUtoSDK converts infrav1.SKU into a network.LoadBalancerSkuName.

func SecurityRuleToSDK

func SecurityRuleToSDK(rule infrav1.SecurityRule) network.SecurityRule

SecurityRuleToSDK converts a CAPZ security rule to an Azure network security rule.

func TagsToMap

func TagsToMap(src infrav1.Tags) map[string]*string

TagsToMap converts infrav1.Tags into a map[string]*string.

func UserAssignedIdentitiesToVMSDK

func UserAssignedIdentitiesToVMSDK(identities []infrav1.UserAssignedIdentity) (map[string]*compute.VirtualMachineIdentityUserAssignedIdentitiesValue, error)

UserAssignedIdentitiesToVMSDK converts CAPZ user assigned identities associated with the Virtual Machine to Azure SDK identities The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.

func UserAssignedIdentitiesToVMSSSDK

UserAssignedIdentitiesToVMSSSDK converts CAPZ user assigned identities associated with the Virtual Machine Scale Set to Azure SDK identities Similar to UserAssignedIdentitiesToVMSDK.

func VMIdentityToVMSDK added in v1.1.0

func VMIdentityToVMSDK(identity infrav1.VMIdentity, uami []infrav1.UserAssignedIdentity) (*compute.VirtualMachineIdentity, error)

VMIdentityToVMSDK converts CAPZ VM identity to Azure SDK identity.

Types

type VM added in v1.0.0

type VM struct {
	ID               string `json:"id,omitempty"`
	Name             string `json:"name,omitempty"`
	AvailabilityZone string `json:"availabilityZone,omitempty"`
	// Hardware profile
	VMSize string `json:"vmSize,omitempty"`
	// Storage profile
	Image         infrav1.Image  `json:"image,omitempty"`
	OSDisk        infrav1.OSDisk `json:"osDisk,omitempty"`
	StartupScript string         `json:"startupScript,omitempty"`
	// State - The provisioning state, which only appears in the response.
	State    infrav1.ProvisioningState `json:"vmState,omitempty"`
	Identity infrav1.VMIdentity        `json:"identity,omitempty"`
	Tags     infrav1.Tags              `json:"tags,omitempty"`

	// Addresses contains the addresses associated with the Azure VM.
	Addresses []corev1.NodeAddress `json:"addresses,omitempty"`
}

VM describes an Azure virtual machine.

func SDKToVM

func SDKToVM(v compute.VirtualMachine) (*VM, error)

SDKToVM converts an Azure SDK VirtualMachine to the CAPZ VM type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL