Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SIGWINCH *regexp.Regexp
SIGWINCH is the regex to match window change (resize) codes
Functions ¶
Types ¶
type InputWrapper ¶
type InputWrapper struct {
// contains filtered or unexported fields
}
type ShellProxy ¶
type ShellProxy struct {
// contains filtered or unexported fields
}
func NewShellProxy ¶
func NewShellProxy(authClient *authclient.AuthClient, vmClient *vmclient.VirtualMachineClient, hfClientSet hfClientset.Interface, kubeClient kubernetes.Interface, ctx context.Context) (*ShellProxy, error)
func (ShellProxy) ConnectFunc ¶
func (sp ShellProxy) ConnectFunc(w http.ResponseWriter, r *http.Request)
func (ShellProxy) SetupRoutes ¶
func (sp ShellProxy) SetupRoutes(r *mux.Router)
type WSWrapper ¶
type WSWrapper struct { io.ReadWriteCloser // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.