Documentation ¶
Index ¶
Constants ¶
View Source
const ( EksacloudStackCloudConfigB64SecretKey = "EKSA_CLOUDSTACK_B64ENCODED_SECRET" CloudStackCloudConfigB64SecretKey = "CLOUDSTACK_B64ENCODED_SECRET" EksaCloudStackHostPathToMount = "EKSA_CLOUDSTACK_HOST_PATHS_TO_MOUNT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudStackExecConfig ¶
type CloudStackExecConfig struct { ApiKey string SecretKey string ManagementUrl string VerifySsl string Timeout string }
func ParseCloudStackSecret ¶
func ParseCloudStackSecret() (*CloudStackExecConfig, error)
ParseCloudStackSecret parses the input b64 string into the ini object to extract out the api key, secret key, and url
Click to show internal directories.
Click to hide internal directories.