package
0.0.0-20250404145836-eba1861bcf06
Repository: https://github.com/kumahq/kuma.git
Documentation: pkg.go.dev

# Functions

CopyFile copies the file content to a new path.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IsDirWriteable checks if dir is writable by writing and removing a file to dir.
LookupBinaryPath looks for a binary in order of passed lookup functions.
LookupInCurrentDirectory looks for the binary in the current directory Example: if this function is executed by /usr/bin/kuma-dp that was run in /home/kuma-dp, this function will lookup for binary 'x' in /home/kuma-dp/x.
No description provided by the author
LookupNextToCurrentExecutable looks for the binary next to the current binary Example: if this function is executed by /usr/bin/kuma-dp, this function will lookup for binary 'x' in /usr/bin/x.
No description provided by the author
No description provided by the author
No description provided by the author
ToValidUnixFilename sanitizes input strings and concatenates them into a valid Unix filename.

# Type aliases

No description provided by the author