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 Options ¶
type Options struct {
Config *config.Project
PrivateKeyFile string
PublicKeyFile string
BastionHostID string
ForwardHost []string
}
func NewTunnelFlags ¶
func NewTunnelFlags() *Options
type TunnelDownOptions ¶
func NewTunnelDownOptions ¶
func NewTunnelDownOptions() *TunnelDownOptions
func (*TunnelDownOptions) Complete ¶
func (o *TunnelDownOptions) Complete() error
func (*TunnelDownOptions) Run ¶
func (o *TunnelDownOptions) Run() error
func (*TunnelDownOptions) Validate ¶
func (o *TunnelDownOptions) Validate() error
type TunnelSSHKeyOptions ¶
func NewSSHKeyFlags ¶
func NewSSHKeyFlags() *TunnelSSHKeyOptions
func (*TunnelSSHKeyOptions) Complete ¶
func (o *TunnelSSHKeyOptions) Complete() 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() error
func (*TunnelStatusOptions) Run ¶
func (o *TunnelStatusOptions) Run() error
func (*TunnelStatusOptions) Validate ¶
func (o *TunnelStatusOptions) Validate() error
type TunnelUpOptions ¶
type TunnelUpOptions struct {
Config *config.Project
PrivateKeyFile string
BastionHostID string
ForwardHost []string
StrictHostKeyChecking bool
}
func NewTunnelUpFlags ¶
func NewTunnelUpFlags() *TunnelUpOptions
func (*TunnelUpOptions) Complete ¶
func (o *TunnelUpOptions) Complete() error
func (*TunnelUpOptions) Run ¶
func (o *TunnelUpOptions) Run() error
func (*TunnelUpOptions) Validate ¶
func (o *TunnelUpOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.