package
0.0.0-20200122233423-62801f1d34cf
Repository: https://github.com/vishvananda/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.