# Functions
DownloadFile will download the file from the provided Pod/container into dst.
ExecuteCommand executes command in the default container of a Pod with shell, returns stdout and stderr.
ExecuteCommandOnPod runs a command on the provided Pod.
ExecuteCommandRaw will run the command without putting it into a shell.
GetLogsFromPod will fetch the logs for the specified Pod and container since the provided seconds.
PickRandomPod will return a random Pod from the provided list.
UploadFile uploads a file from src into the Pod/container dst.
# Variables
FakeNewSPDYExecutor can be used for unit testing.
NewSPDYExecutor defines the NewSPDYExecutor method used for this package.
# Structs
FakeExecutor used for unit testing.