package
1.19.0-beta9
Repository: https://github.com/solo-io/gloo.git
Documentation: pkg.go.dev

# 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.