Documentation ¶
Index ¶
- Constants
- func GetAvailabilityZones() string
- func GetChannelGroup() string
- func GetClusterAdminUserFilename() string
- func GetClusterNameFilename() string
- func GetClusterProfile() string
- func GetClusterProfilesDir() string
- func GetClusterTrustBundleFilename() string
- func GetComputeMachineType() string
- func GetEnvOrFail(key string) string
- func GetEnvWithDefault(key string, defaultValue string) string
- func GetKubeConfigDir() string
- func GetMajorVersion() string
- func GetManifestsDir() string
- func GetQEUsage() string
- func GetRHCSClusterName() string
- func GetRHCSClusterNamePrefix() string
- func GetRHCSClusterNameSuffix() string
- func GetRHCSModuleSource() string
- func GetRHCSModuleSourceLocal() string
- func GetRHCSModuleVersion() string
- func GetRHCSOCMToken() string
- func GetRHCSOutputDir() string
- func GetRHCSSource() string
- func GetRHCSURL() string
- func GetRHCSVersion() string
- func GetRegion() string
- func GetRootDir() string
- func GetSharedVpcAWSSharedCredentialsFile() string
- func GetSubnetIDs() string
- func GetVersion() string
- func IsNoClusterDestroy() bool
- func IsWaitForOperators() bool
Constants ¶
View Source
const ( EnvWorkspace = "WORKSPACE" EnvQEUsage = "QE_USAGE" EnvTestOutput = "RHCS_OUTPUT" EnvRHCSToken = "RHCS_TOKEN" EnvRHCSURL = "RHCS_URL" EnvClusterID = "CLUSTER_ID" EnvClusterProfile = "CLUSTER_PROFILE" EnvClusterProfilesDir = "PROFILES_DIR" EnvRegion = "REGION" EnvMajorVersion = "MAJOR_VERSION" EnvVersion = "VERSION" EnvChannelGroup = "CHANNEL_GROUP" EnvRHCSVersion = "RHCS_VERSION" EnvRHCSSource = "RHCS_SOURCE" EnvRHCSModuleVersion = "RHCS_MODULE_VERSION" // Set this to update the version for the terraform-redhat/rosa-classic/rhcs module EnvRHCSModuleSource = "RHCS_MODULE_SOURCE" // Set this to update the source for the terraform-redhat/rosa-classic/rhcs module EnvRHCSModuleSourceLocal = "RHCS_MODULE_SOURCE_LOCAL" // Set this to any value if `RHCS_MODULE_SOURCE` refers to a local path, in which case `RHCS_MODULE_VERSION` will be ignored EnvWaitOperators = "WAIT_OPERATORS" EnvRHCSClusterName = "RHCS_CLUSTER_NAME" EnvRHCSClusterNamePrefix = "RHCS_CLUSTER_NAME_PREFIX" EnvRHCSClusterNameSuffix = "RHCS_CLUSTER_NAME_SUFFIX" EnvComputeMachineType = "COMPUTE_MACHINE_TYPE" EnvManifestsFolder = "MANIFESTS_FOLDER" EnvNoClusterDestroy = "NO_CLUSTER_DESTROY" EnvSubnetIDs = "SUBNET_IDS" EnvAvailabilityZones = "AVAILABILITY_ZONES" )
Variables ¶
This section is empty.
Functions ¶
func GetAvailabilityZones ¶
func GetAvailabilityZones() string
func GetChannelGroup ¶
func GetChannelGroup() string
func GetClusterAdminUserFilename ¶
func GetClusterAdminUserFilename() string
func GetClusterNameFilename ¶
func GetClusterNameFilename() string
func GetClusterProfile ¶
func GetClusterProfile() string
func GetClusterProfilesDir ¶
func GetClusterProfilesDir() string
func GetClusterTrustBundleFilename ¶
func GetClusterTrustBundleFilename() string
func GetComputeMachineType ¶
func GetComputeMachineType() string
func GetEnvOrFail ¶
func GetEnvWithDefault ¶
func GetKubeConfigDir ¶
func GetKubeConfigDir() string
func GetMajorVersion ¶
func GetMajorVersion() string
func GetManifestsDir ¶
func GetManifestsDir() string
func GetQEUsage ¶
func GetQEUsage() string
func GetRHCSClusterName ¶
func GetRHCSClusterName() string
func GetRHCSClusterNamePrefix ¶
func GetRHCSClusterNamePrefix() string
func GetRHCSClusterNameSuffix ¶
func GetRHCSClusterNameSuffix() string
func GetRHCSModuleSource ¶
func GetRHCSModuleSource() string
func GetRHCSModuleSourceLocal ¶
func GetRHCSModuleSourceLocal() string
func GetRHCSModuleVersion ¶
func GetRHCSModuleVersion() string
func GetRHCSOCMToken ¶
func GetRHCSOCMToken() string
func GetRHCSOutputDir ¶
func GetRHCSOutputDir() string
func GetRHCSSource ¶
func GetRHCSSource() string
func GetRHCSURL ¶
func GetRHCSURL() string
func GetRHCSVersion ¶
func GetRHCSVersion() string
func GetRootDir ¶
func GetRootDir() string
func GetSharedVpcAWSSharedCredentialsFile ¶
func GetSharedVpcAWSSharedCredentialsFile() string
func GetSubnetIDs ¶
func GetSubnetIDs() string
func GetVersion ¶
func GetVersion() string
func IsNoClusterDestroy ¶
func IsNoClusterDestroy() bool
func IsWaitForOperators ¶
func IsWaitForOperators() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.