Versions in this module Expand all Collapse all v0 v0.0.1 Aug 26, 2022 Changes in this version + func ValidatePod(ctx context.Context, client kubernetes.Interface, ...) error + type ExecOptions struct + Executor ExecutorType + Stderr bool + Stdin bool + Stdout bool + TTY bool + type ExecutorType string + const EndOfTransmission + const SPDYExecutorType + const WebsocketExecutorType + type TerminalMessage struct + Cols uint16 + Data string + Op string + Rows uint16 + type TerminalSession struct + func NewTerminalSession(c kubernetes.Interface, w http.ResponseWriter, r *http.Request, ...) (*TerminalSession, error) + func (t *TerminalSession) Close() error + func (t *TerminalSession) Done() + func (t *TerminalSession) Exec(config *rest.Config, namespace, podName, containerName string, cmd []string, ...) error + func (t *TerminalSession) Next() *remotecommand.TerminalSize + func (t *TerminalSession) Read(p []byte) (n int, err error) + func (t *TerminalSession) Write(p []byte) (n int, err error)