Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MustGatherOptions ¶
type MustGatherOptions struct { genericclioptions.IOStreams Config *rest.Config Client kubernetes.Interface NodeName string DestDir string SourceDir string Image string Command []string Keep bool RsyncRshCmd string PrinterCreated printers.ResourcePrinter PrinterDeleted printers.ResourcePrinter }
func NewMustGatherOptions ¶
func NewMustGatherOptions(streams genericclioptions.IOStreams) *MustGatherOptions
func (*MustGatherOptions) Complete ¶
func (*MustGatherOptions) Run ¶
func (o *MustGatherOptions) Run(rsyncCmd *cobra.Command) error
Run creates and runs a must-gather pod.d
Click to show internal directories.
Click to hide internal directories.