Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultWatchInterval = 1 * time.Second
Variables ¶
This section is empty.
Functions ¶
func ExecCommand ¶
Types ¶
type ExecOptions ¶
type ExecOptions struct { In io.Reader Out io.Writer ErrOut io.Writer TTY bool InterruptParent *interrupt.Handler PortMappings []string }
func (*ExecOptions) CreateTTY ¶
func (o *ExecOptions) CreateTTY() (term.TTY, remotecommand.TerminalSizeQueue, error)
type JobRunner ¶ added in v0.0.135
type PortForwarder ¶ added in v0.0.136
type PortForwarder struct { Transport http.RoundTripper Upgrader spdy.Upgrader Request *rest.Request }
func NewPortForwarder ¶ added in v0.0.136
func (*PortForwarder) ForwardPorts ¶ added in v0.0.136
func (f *PortForwarder) ForwardPorts(stop <-chan struct{}, opts *ExecOptions)
Click to show internal directories.
Click to hide internal directories.