Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdSSHKey ¶
func NewCmdTunnel ¶
func NewCmdTunnelDown ¶
func NewCmdTunnelStatus ¶
func NewCmdTunnelUp ¶
Types ¶
type TunnelOptions ¶
type TunnelOptions struct { Config *config.Config PrivateKeyFile string PublicKeyFile string BastionHostID string ForwardHost []string }
func NewTunnelFlags ¶
func NewTunnelFlags() *TunnelOptions
func (*TunnelOptions) Complete ¶
func (o *TunnelOptions) Complete(cmd *cobra.Command, args []string) error
func (*TunnelOptions) Validate ¶
func (o *TunnelOptions) Validate() error
type TunnelSSHKeyOptions ¶
func NewSSHKeyFlags ¶
func NewSSHKeyFlags() *TunnelSSHKeyOptions
func (*TunnelSSHKeyOptions) Complete ¶
func (o *TunnelSSHKeyOptions) Complete(cmd *cobra.Command, args []string) error
func (*TunnelSSHKeyOptions) Run ¶
func (o *TunnelSSHKeyOptions) Run() error
func (*TunnelSSHKeyOptions) Validate ¶
func (o *TunnelSSHKeyOptions) Validate() error
type TunnelStatusOptions ¶
func NewTunnelStatusOptions ¶
func NewTunnelStatusOptions() *TunnelStatusOptions
func (*TunnelStatusOptions) Complete ¶
func (o *TunnelStatusOptions) Complete(cmd *cobra.Command, args []string) error
func (*TunnelStatusOptions) Validate ¶
func (o *TunnelStatusOptions) Validate() error
type TunnelUpOptions ¶
type TunnelUpOptions struct { Config *config.Config PrivateKeyFile string BastionHostID string ForwardHost []string }
func NewTunnelUpFlags ¶
func NewTunnelUpFlags() *TunnelUpOptions
func (*TunnelUpOptions) Complete ¶
func (o *TunnelUpOptions) Complete(cmd *cobra.Command, args []string) error
func (*TunnelUpOptions) Validate ¶
func (o *TunnelUpOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.