spot

package
v0.9.9 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultTolerance = Lowest
)

Functions

func SafePrice added in v0.9.6

func SafePrice(basePrice float64, spotPriceIncreseRatio *int) float64

This function add an increased value to the calculated spot price to ensure the bid is good enough to have the machine

Types

type SpotArgs added in v0.9.6

type SpotArgs struct {
	Spot                  bool
	Tolerance             Tolerance
	IncreaseRate          int
	ExcludedHostingPlaces []string
}

type SpotRequestArgs added in v0.9.6

type SpotRequestArgs struct {
	ComputeRequest *cr.ComputeRequestArgs
	OS             *string
	ImageName      *string
	SpotParams     *SpotArgs
}

type SpotResults added in v0.9.6

type SpotResults struct {
	ComputeType      []string
	Price            float64
	HostingPlace     string
	AvailabilityZone string
	ChanceLevel      int
}

type SpotSelector added in v0.9.6

type SpotSelector interface {
	Select(mCtx *mc.Context, args *SpotRequestArgs) (*SpotResults, error)
}

type Tolerance added in v0.9.6

type Tolerance int
const (
	Lowest Tolerance = iota
	Low
	Medium
	High
	Highest
)

func ParseTolerance added in v0.9.6

func ParseTolerance(str string) (Tolerance, bool)

Jump to

Keyboard shortcuts

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