Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StackName = "stackOpenshiftSNC" OCPSNCID = "snc" OutputHost = "aosHost" OutputUsername = "aosUsername" OutputUserPrivateKey = "aosPrivatekey" OutputKubeconfig = "aosKubeconfig" OutputKubeAdminPass = "aosKubeAdminPasss" OutputDeveloperPass = "aosDeveloperPass" PortHTTPS = 443 PortAPI = 6443 )
View Source
var ( ClientKubeconfigPath = "/opt/crc/kubeconfig" ContextAdminStarterVersion = "4.20.8" CommandKubeconfigExists = fmt.Sprintf("while [ ! -f %s ]; do sleep 5; done", ClientKubeconfigPath) CommandCrcReadiness = "while [ ! -f /tmp/.crc-cluster-ready ]; do sleep 5; done" )
View Source
var CloudConfigFile []byte
Functions ¶
func CloudConfig ¶
func CloudConfig(data DataValues) (*string, error)
func CommandCaServiceRan ¶
Types ¶
type DataValues ¶
type SNCResults ¶
type SNCResults 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"`
}
Click to show internal directories.
Click to hide internal directories.