data

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ENV_AZURE_SUBSCRIPTION_ID = "AZURE_SUBSCRIPTION_ID"
)

Variables

View Source
var (
	FedoraDefaultVersion string = "43"
)

Functions

func FilterComputeSizesByLocation added in v0.9.6

func FilterComputeSizesByLocation(ctx context.Context, location *string, computeSizes []string) ([]string, error)

func FilterVMSizeOfferedByLocation added in v0.8.2

func FilterVMSizeOfferedByLocation(ctx context.Context, vmSizes []string, location string) ([]string, error)

Get InstanceTypes offerings on current location

func GetSharedImage added in v0.10.0

func IsImageOffered

func IsImageOffered(ctx context.Context, req ImageRequest) error

func IsVMSizeOfferedByLocation added in v0.8.2

func IsVMSizeOfferedByLocation(ctx context.Context, vmSize, location string) (bool, error)

func Locations added in v0.9.6

func Locations(ctx context.Context) ([]string, error)

func LocationsBySupportedResourceType added in v0.9.6

func LocationsBySupportedResourceType(ctx context.Context, rt ResourceType) ([]string, error)

func SkuG2Support added in v0.9.1

func SkuG2Support(ctx context.Context, location string, publisher string, offer string, sku string) (string, error)

func SpotInfo added in v0.9.6

func SpotInfo(mCtx *mc.Context, args *SpotInfoArgs) (*spot.SpotResults, error)

This function will return the best spot option

Types

type ComputeSelector added in v0.9.5

type ComputeSelector struct{}

func NewComputeSelector added in v0.9.5

func NewComputeSelector() *ComputeSelector

func (*ComputeSelector) Select added in v0.9.5

func (c *ComputeSelector) Select(ctx context.Context, args *cr.ComputeRequestArgs) ([]string, error)

type ImageReference

type ImageReference struct {
	// Market Place
	Publisher string
	Offer     string
	Sku       string
	// Community
	CommunityImageID string
	// // Private Shared
	SharedImageID string
}

func GetImageRef

func GetImageRef(osTarget OSType, arch string, version string) (*ImageReference, error)

version should came in format X.Y (major.minor)

type ImageRequest

type ImageRequest struct {
	Region string
	ImageReference
}

type OSType

type OSType int
const (
	Ubuntu OSType = iota + 1
	RHEL
	Fedora
)

type ResourceType added in v0.9.6

type ResourceType string
const (
	RTPublicIPAddresses ResourceType = "publicIPAddresses"
	RTVirtualMachines   ResourceType = "virtualMachines"
)

type SpotInfoArgs added in v0.9.6

type SpotInfoArgs struct {
	ComputeSizes          []string
	ImageRef              *ImageReference
	OSType                string
	ExcludedLocations     []string
	SpotTolerance         *spot.Tolerance
	SpotPriceIncreaseRate *int
}

type SpotInfoResult added in v0.9.6

type SpotInfoResult struct {
	ComputeSize  string  `json:"skuName"`
	Location     string  `json:"location"`
	Price        float64 `json:"latestSpotPriceUSD"`
	EvictionRate string  `json:"evictionRate"`
}

type SpotSelector added in v0.9.5

type SpotSelector struct{}

func NewSpotSelector added in v0.9.5

func NewSpotSelector() *SpotSelector

func (*SpotSelector) Select added in v0.9.5

func (c *SpotSelector) Select(mCtx *mc.Context,
	args *spot.SpotRequestArgs) (*spot.SpotResults, error)

Jump to

Keyboard shortcuts

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