Documentation
¶
Index ¶
- func NewCmdPortForwardSSH(pfStore PortforwardStore, t *terminal.Terminal) *cobra.Command
- func RunPortforward(t *terminal.Terminal, pfStore PortforwardStore, nameOrID string, ...) error
- func RunSSHPortForward(forwardType string, localPort string, remotePort string, sshName string) (*os.Process, error)
- type PortforwardStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdPortForwardSSH ¶ added in v0.6.60
func NewCmdPortForwardSSH(pfStore PortforwardStore, t *terminal.Terminal) *cobra.Command
func RunPortforward ¶ added in v0.6.263
Types ¶
type PortforwardStore ¶
type PortforwardStore interface {
completions.CompletionStore
refresh.RefreshStore
util.GetWorkspaceByNameOrIDErrStore
util.MakeWorkspaceWithMetaStore
}
Click to show internal directories.
Click to hide internal directories.