Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(mCtxArgs *mc.ContextArgs, args *RHELArgs) (err error)
Create orchestrate 2 stacks: If spot is enable it will run best spot option to get the best option to spin the machine Then it will run the stack for windows dedicated host
func Destroy ¶
func Destroy(mCtxArgs *mc.ContextArgs) error
Will destroy resources related to machine
Types ¶
type RHELArgs ¶ added in v0.9.1
type RHELArgs struct {
Prefix string
Version string
Arch string
ComputeRequest *cr.ComputeRequestArgs
SubsUsername string
SubsUserpass string
ProfileSNC bool
Spot *spotTypes.SpotArgs
Airgap bool
// If timeout is set a severless scheduled task will be created to self destroy the resources
Timeout string
}
Click to show internal directories.
Click to hide internal directories.