Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllocationArgs ¶
type AllocationArgs struct {
ComputeRequest *cr.ComputeRequestArgs
OSType string
ImageRef *data.ImageReference
Location *string
Spot *spotTypes.SpotArgs
}
type AllocationResult ¶
type AllocationResult struct {
Location *string
Price *float64
ComputeSizes []string
ImageRef *data.ImageReference
}
func Allocation ¶
func Allocation(mCtx *mc.Context, args *AllocationArgs) (*AllocationResult, error)
Click to show internal directories.
Click to hide internal directories.