Versions in this module Expand all Collapse all v0 v0.0.310 Jun 15, 2022 Changes in this version + type Interface interface + HandleSession func(shell, namespace, podName, containerName string, conn *websocket.Conn) + func NewTerminaler(client kubernetes.Interface, config *rest.Config) Interface + type PtyHandler interface + type TerminalMessage struct + Cols uint16 + Data string + Op string + Rows uint16 + type TerminalSession struct + func (t TerminalSession) Close(status uint32, reason string) + func (t TerminalSession) Next() *remotecommand.TerminalSize + func (t TerminalSession) Read(p []byte) (int, error) + func (t TerminalSession) Toast(p string) error + func (t TerminalSession) Write(p []byte) (int, error)