Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMainCommand ¶
Types ¶
type SSHOptions ¶ added in v0.14.0
type SSHOptions struct { Namespace string PodName string Container string Shell string NoTTY bool NoBanner bool }
func (*SSHOptions) MakeExecOptions ¶ added in v0.14.0
func (o *SSHOptions) MakeExecOptions(kubeConfig *environment.KubeConfigItem) *k8sExec.Options
func (*SSHOptions) UpdateFlagSet ¶ added in v0.14.0
func (o *SSHOptions) UpdateFlagSet(flags *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.