Versions in this module Expand all Collapse all v0 v0.22.3 Sep 17, 2021 Changes in this version + func NewCmdDebug(f cmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type DebugOptions struct + Args []string + ArgsOnly bool + Attach bool + Container string + CopyTo string + Env []corev1.EnvVar + Image string + Interactive bool + Namespace string + PullPolicy corev1.PullPolicy + Quiet bool + Replace bool + SameNode bool + SetImages map[string]string + ShareProcesses bool + TTY bool + TargetContainer string + TargetNames []string + func NewDebugOptions(streams genericclioptions.IOStreams) *DebugOptions + func (o *DebugOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *DebugOptions) Run(f cmdutil.Factory, cmd *cobra.Command) error + func (o *DebugOptions) Validate(cmd *cobra.Command) error