# Functions
NewCli returns an implementation of the kubectl.Cli.
# Structs
Cli is a utility for executing `kubectl` commands.
CurlResponse stores the output from a curl, with separate fields for StdErr, which typically contains headers and connection information, and SteOut, which typically contains the response body.
PodExecOptions describes the options used to execute a command in a pod.