Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CloudConfig []byte
Functions ¶
func Destroy ¶
func Destroy(ctx *maptContext.ContextArgs) (err error)
Will destroy resources related to machine
Types ¶
type OpenshiftSNCArgs ¶
type OpenshiftSncResultsMetadata ¶ added in v0.9.5
type OpenshiftSncResultsMetadata struct {
Username string `json:"username"`
PrivateKey string `json:"private_key"`
Host string `json:"host"`
Kubeconfig string `json:"kubeconfig"`
KubeadminPass string `json:"kubeadmin_pass"`
SpotPrice *float64 `json:"spot_price,omitempty"`
ConsoleUrl string `json:"console_url,omitempty"`
}
func Create ¶
func Create(ctx *maptContext.ContextArgs, args *OpenshiftSNCArgs) (_ *OpenshiftSncResultsMetadata, err error)
Create orchestrate 3 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
Click to show internal directories.
Click to hide internal directories.