Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdDebug ¶
NewCmdDebug returns a cobra command that runs kubectl debug.
Types ¶
type DebugOptions ¶
type DebugOptions struct { Args []string ArgsOnly bool Attach bool Container string Env []corev1.EnvVar Image string Interactive bool Namespace string PodNames []string PullPolicy corev1.PullPolicy Quiet bool Target string TTY bool genericclioptions.IOStreams // contains filtered or unexported fields }
DebugOptions holds the options for an invocation of kubectl debug.
func NewDebugOptions ¶
func NewDebugOptions(streams genericclioptions.IOStreams) *DebugOptions
NewDebugOptions returns a DebugOptions initialized with default values.
Click to show internal directories.
Click to hide internal directories.