Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunAttach ¶
func RunAttach(ctx *clicontext.CLIContext, timeout time.Duration, service, podName string) error
Types ¶
type Attach ¶
type Attach struct { Pod string `desc:"Specify pod name, default to the first pod"` Timeout string `desc:"Timeout waiting for the container to be created to attach to" default:"1m"` }
func (*Attach) Run ¶
func (a *Attach) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.