package
1.4.0-alpha.2
Repository: https://github.com/areed/kubernetes.git
Documentation: pkg.go.dev

# Functions

EscapePluginName converts a plugin name in the format vendor/pluginname into a proper ondisk vendor~pluginname plugin directory format.
EscapeQualifiedNameForDisk converts a plugin name, which might contain a / into a string that is safe to use on-disk.
Joins 'namespace' and 'name' and returns a fully qualified name Assumes that the input is valid.
Returns the first N slice of a string.
Splits a fully qualified name and returns its namespace and name.
EscapeQualifiedPluginName converts a plugin directory name in the format vendor~pluginname into a proper vendor/pluginname.
UnescapeQualifiedNameForDisk converts an escaped plugin name (as per EscapeQualifiedNameForDisk) back to its normal form.