Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + func NewCmdDebug(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type DebugOptions struct + AddEnv []kapi.EnvVar + Annotations map[string]string + AppsClient appsclient.AppsInterface + AsNonRoot bool + AsRoot bool + AsUser int64 + Attach kcmd.AttachOptions + Builder func() *resource.Builder + Command []string + CoreClient coreclient.CoreInterface + CoreV1Client corev1client.CoreV1Interface + DisableTTY bool + DryRun bool + ExplicitNamespace bool + ForceTTY bool + FullCmdName string + ImageClient imageclient.ImageInterface + KeepAnnotations bool + KeepInitContainers bool + KeepLabels bool + KeepLiveness bool + KeepReadiness bool + LogsForObject polymorphichelpers.LogsForObjectFunc + Namespace string + NoStdin bool + NodeName string + OneContainer bool + PrintFlags *genericclioptions.PrintFlags + Printer printers.ResourcePrinter + RemoveEnv []string + Resources []string + Timeout time.Duration + func NewDebugOptions(streams genericclioptions.IOStreams) *DebugOptions + func (o *DebugOptions) Complete(cmd *cobra.Command, f kcmdutil.Factory, args []string) error + func (o *DebugOptions) RunDebug() error + func (o DebugOptions) Validate() error