package
12.0.0+incompatible
Repository: https://github.com/kubernetes/client-go.git
Documentation: pkg.go.dev
# Functions
NewSPDYExecutor connects to the provided server and upgrades the connection to multiplexed bidirectional streams.
NewSPDYExecutorForProtocols connects to the provided server and upgrades the connection to multiplexed bidirectional streams using only the provided protocols.
NewSPDYExecutorForTransports connects to the provided server using the given transport, upgrades the response using the given upgrader to multiplexed bidirectional streams.
# Structs
StreamOptions holds information pertaining to the current streaming session: input/output streams, if the client is requesting a TTY, and a terminal size queue to support terminal resizing.
TerminalSize represents the width and height of a terminal.
# Interfaces
Executor is an interface for transporting shell-style streams.
TerminalSizeQueue is capable of returning terminal resize events as they occur.