Versions in this module Expand all Collapse all v0 v0.0.4 Mar 17, 2023 v0.0.3 Mar 17, 2023 v0.0.2 Mar 17, 2023 Changes in this version + type Executor interface + Stream func(options StreamOptions) error + func NewSPDYExecutor(config *restclient.Config, method string, url *url.URL) (Executor, error) + func NewSPDYExecutorForProtocols(transport http.RoundTripper, upgrader spdy.Upgrader, method string, ...) (Executor, error) + func NewSPDYExecutorForTransports(transport http.RoundTripper, upgrader spdy.Upgrader, method string, ...) (Executor, error) + type StreamOptions struct + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer + TerminalSizeQueue TerminalSizeQueue + Tty bool + type TerminalSize struct + Height uint16 + Width uint16 + type TerminalSizeQueue interface + Next func() *TerminalSize