Documentation ¶
Index ¶
- func AppendToStringSliceIfNotExist(slice []string, value string) []string
- func AssertWaitPollNoErr(e error, msg string)
- func AssertWaitPollWithErr(e error, msg string)
- func CreateFileWithContent(fileAbsPath string, content string) (string, error)
- func CreateTempFileWithContent(fileContent string) (string, error)
- func CreateTempFileWithPrefixAndContent(prefix string, fileContent string) (string, error)
- func ExtractOIDCProviderARN(output string) string
- func ExtractOIDCProviderIDFromARN(arn string) string
- func GenerateHtpasswdPair(user string, pass string) (string, string, string, error)
- func GenerateMultipleHtpasswdPairs(pairNum int) ([]string, error)
- func GenerateRandomName(prefix string, n int) string
- func GenerateRandomString(n int) string
- func ParseCommaSeparatedStrings(input string) (output []string)
- func ParseLabels(labels string) []string
- func ParseTaints(taints string) []string
- func ParseTuningConfigs(tuningConfigs string) []string
- func RemoveFromStringSlice(slice []string, value string) []string
- func SliceContains(slice []string, value string) bool
- func SplitARNResources(v string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertWaitPollNoErr ¶
func AssertWaitPollWithErr ¶
func CreateFileWithContent ¶
Write string to a file
func ExtractOIDCProviderARN ¶
Extract the oidc provider ARN from the output of `rosa create oidc-config --mode auto` and also for common message containing the arn
func ExtractOIDCProviderIDFromARN ¶
Extract the oidc provider ARN from the output of `rosa create oidc-config --mode auto` and also for common message containing the arn
func GenerateHtpasswdPair ¶
Generate htpasspwd key value pair, return with a string
func GenerateMultipleHtpasswdPairs ¶
generate Htpasswd user-password Pairs
func GenerateRandomName ¶
func ParseLabels ¶
func ParseTaints ¶
func ParseTuningConfigs ¶
func RemoveFromStringSlice ¶
func SliceContains ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.