Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct { Path string Args []string //Env []string Dir string Cfg Config Stdin io.Reader Stdout io.Writer Stderr io.Writer // contains filtered or unexported fields }
Cmd represents the command to execute inside the pod
func Command ¶
Command returns the Cmd struct to execute the named program with the given arguments.
Click to show internal directories.
Click to hide internal directories.