Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTunnelAPIOptions ¶
func NewTunnelAPIOptions(streams genericclioptions.IOStreams) *cobra.Command
Types ¶
type TunnelAPIOptions ¶
type TunnelAPIOptions struct { genericclioptions.IOStreams SourceContext string DestinationContext string Namespace string SourceImage string DestinationImage string ProxyHost string ProxyPort string ProxyUser string ProxyPass string // contains filtered or unexported fields }
func (*TunnelAPIOptions) Complete ¶
func (t *TunnelAPIOptions) Complete(c *cobra.Command, args []string) error
func (*TunnelAPIOptions) Run ¶
func (t *TunnelAPIOptions) Run() error
func (*TunnelAPIOptions) Validate ¶
func (t *TunnelAPIOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.