package
0.0.0-20191104030310-5dfa7fa53fc9
Repository: https://github.com/a-and/pkg.git
Documentation: pkg.go.dev

# Functions

AppendRandomString will generate a random string that begins with prefix.
CombineErrors combines slice of errors and return a single error.
GetBaseFuncName returns the baseFuncName parsed from the fullFuncName.
MakeK8sNamePrefix converts each chunk of non-alphanumeric character into a single dash and also convert camelcase tokens into dash-delimited lowercase tokens.
ObjectNameForTest generates a random object name based on the test name.
ObjectPrefixForTest returns the name prefix for this test's random names.
Run can run functions that needs dryrun support.