package
0.0.0-20220914130927-3febccf69fb0
Repository: https://github.com/opdev/backup-handler.git
Documentation: pkg.go.dev
# Functions
ExecuteCommand takes a command and runs it on a specific pod.
Marshal takes as a slice of type string and returns a pointer of tu.
NewAPIClient allow users to get a way to interact with Openshift.
RunBackup executs a backup job.
StartRestore command is the invoked to start restoring from backup.
# Structs
No description provided by the author
Builder is used to convert a command of typevstring of slice into a string to send over a REST API.
ExecOptions provides options to be used when executing commands in poda.
ExecResponse provides a mechanism for an executed command to return output following the completion of a command.