Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exec ¶
type Exec struct {
C_Container string `desc:"Specify container in pod, default is first container"`
Pod string `desc:"Specify pod, default is first pod found"`
I_Stdin bool `desc:"Pass stdin to the container"`
T_Tty bool `desc:"Stdin is a TTY"`
}
func (*Exec) Run ¶
func (e *Exec) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.