Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContextWithCliClientBuilder ¶
func NewContextWithCliClientBuilder(ctx context.Context, client PodCLIBuilder) context.Context
func NewPodCliFromContext ¶
Types ¶
type ExecOptions ¶
type ExecOptions struct { Command []string Namespace string PodName string ContainerName string Stdin io.Reader CaptureStdout bool CaptureStderr bool // If false, whitespace in std{err,out} will be removed. PreserveWhitespace bool }
ExecOptions passed to ExecWithOptions
type PodCLIBuilder ¶
Click to show internal directories.
Click to hide internal directories.